.main-paragraph {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 800px;
  text-align: left;
}
.main-paragraph h2 {
  text-align: center;
  font-size: 48px;
  font-family: montserrat, sans-serif;
}
.main-paragraph p {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}
#videoHolder {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px !important;
}
#videoPlayer {
  margin: 5px auto;
  border: 5px solid #000000;
  border-radius: 10px;
  display: block;
  max-width: 100%;
  width: 95%;
  height: auto;
  aspect-ratio: 16/9;
}
#videoPlayer:focus, .footer-link:focus, .main-link:focus {
  outline: 2px solid #000000;
}
/* Useful when the screen is small, or when its on a phone*/
@media screen and (max-width: 600px) {
  #videoPlayer {
  }
}
