body {
    margin: auto;
    color: blue;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    text-shadow: -3px 3px 2px orange;
}

#myVideo {
    position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -1;
      object-fit: cover;
}

.content {
    position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

h1:hover {
    text-shadow: 0px 3px 2px springgreen;
}

p:hover {
    text-shadow: 0px 3px 2px springgreen;
}
