body {
  background-color: black;
  font-family: Verdana, sans-serif;
  text-align: center;
  margin: 0;
}

h1 {
  color: white;
  font-size: 50px;
  font-weight: normal;
}

a {
  color: aquamarine;
  font-size: 16px;
}

h2 {
  color: white;
  font-size: 42px;
  font-weight: 300;
}

.description {
  color: gray;
  font-size: 21px;
}

footer {
  text-align: right;
  color: gray;
  font-size: 21px;
  padding: 0 10px 10px 0;
}
