body {
  background-color: black;
  color: white;
  font-family: Verdana;
}
h1 {
  text-transform: uppercase;
  text-align: center;
  line-height: 0.5;
}
p {
  text-align: center;
  color: #420e15;
  line-height: 0.25;
}
a {
  color: white;
  line-height: 0.25;
}
h2 {
   text-align: center;
}
li {
  margin-left: 10%;
  line-height: 1.5;
  font-size: 500%;
}