body {
  color: black;
  background: #45aad2;
  font-family: hei, optima, sans-serif;
}

h1 {
  font-family: lucida handwriting, french script, sans-serif;
  font-size: 25px;
  text-align: center;
  background: white;
  color: #ef6800;
  border: 3px solid black;
}

h2 {
  text-align: center;
  font-family: hei, optima, sans-serif;
  text-decoration: italic;
}

p {
  font-size: 12px;
}