html {
  font-family: "Arial";
}

html {
  font-family: "Arial";
}

body {
  background-color: black;
  color: white;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

h1 {
  text-align: center;
  margin-bottom: 5vh;
}

h2 {
  margin-top: 5vh;
}

p {
  line-height: 1.25;
}

li {
  margin-top: 20px;
  line-height: 1.25;
}

#content {
  font-size: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 800px) {
  #content {
    width: 700px;
  }
}
