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

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

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

p {
  font-size: 21px;
  color: gray;
}

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

video {
  margin-top: 20px;
}

img {
  margin: 20px 0;
}

footer {
  text-align: right;
  padding-right: 20px;
}

footer p {
  color: gray;
  font-size: 21px;
}