
body {
  background-color: lightblue;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

#title   {
  color: black;
  font-size: 3vw;
}

#upper-content {
  background-color: green;
  color: purple;
}

 h2, h3 {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  color: blue;
}

p {
  font-family: "Savate", sans-serif;
}

div {
  color: white;
  background-color: green;
  width: 600px;
  padding: 50px;
  margin: 50px;
}

h2, h3 {
  text-decoration: underline; /* Adds underline to heading */
}

