body {
  font-family: Whitney;
  background-color: #000;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5%;
  margin-left: 0;
  color:white;
}
video {
  width: 60%;
}
i {
  font-size:200%
}
footer {
  position: fixed;
  bottom: 5%
}
a:visited, a {
  color: white
}
