body {
  font-family: "DM Serif Text", serif;
  font-weight: 200;
  font-style: normal;
  margin: 10rem 2rem;
  text-align: center;
  color: #fff;
  background: rgb(28, 28, 28);
}
a{
  color: #fff;
  font-weight: 200;
  font-size: 1.5em;
}
h1{
  font-size: 4em;  
  font-weight: 200;
  margin-bottom: 1rem;
}
h2 {
  color: rgb(164, 164, 164);
  font-size: 2em;
  font-weight: 200;
  margin: 0 0 5rem 0;
}