body {
  background-color: black;
  margin-top: 5em;
  color: white;
  padding: 1em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

a {
  color: #6ECDEB;
  text-decoration: none;
}

#header {
  text-align: center;
  max-width: 760px;
  margin: auto;
}

#title {
  
}

#title img {
  max-width: 250px;
}

#hero {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 200;
}

#hero strong {
  font-weight: 800;
}

#footer {
  text-align: center;
  margin-top: 5em;
}
