* {
  margin: 0;
  padding: 0;
}

body {
  background: none;
}

#videoPlayer {
  aspect-ratio: 16 / 9;
  height: 100%;
  max-height: 90vh;
  max-width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

#text {
  color: #fff;
  text-shadow: 0 0 20px #000, 0 0 5px #000;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 99;
}
