 {
  position: absolute;
  background-color: #000000;
  }

.content {
  position: fixed;
  bottom: 0;
  color: black;
  text-align: center;
  font-size: 25px;
  float: center;
  text-decoration: underline;
  
}
video {
  align-content: center;
  position: fixed;
  right: 0px;
  bottom: 0;
  top: 0;
  left: 0;
  max-width: 250%; 
  max-height: 200%;
  }
a:visited {
color: lightgray;
  text-decoration: no-underline;
}
a:link {
color: red;
text-decoration: no-underline;
}
a:hover {
color: white;
  text-decoration: underline;
}
