body {
  background-color: #e0f7fa;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

h1 {
  color: #388e3c;
  text-align: center;
  font-size: 3em;
  margin-top: 30px;
}

p {
  color: #00796b;
  font-size: 1.2em;
  text-align: center;
  margin: 10px;
}

a {
  color: #004d40;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.button {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}

.button:hover {
  background-color: #45a049;
}