body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  background-color: rgb(35, 45, 56);
  color: rgb(230, 180, 76);
}

h1, h2, h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;

}

h1::first-letter, h2::first-letter, h3::first-letter {
  font-size: 120%;
}

h1 {
  font-size: 50px;
}


h1 a {
  color: rgb(230, 180, 76);
  text-decoration: none;
}


a {
  color: #d62c5c;
}

a:hover {
  text-decoration: underline;
}
