
body {
  background-color: lightblue;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Merriweather", sans-serif;
  font-size: 50px;
  text-align: center;
  text-decoration: underline;
  
}

h2 {
  text-decoration: underline;
  font-family: "Merriweather", sans-serif;
}


