/* Meadow Stylesheet */
body {
  background-color: #e0f7da;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #4caf50;
}

p {
  color: #333;
  line-height: 1.6;
}

a {
  color: #ff5722;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
  background-color: #8bc34a;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

button:hover {
  background-color: #7cb342;
}