body {
  background-color: black;
}

div {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  height: 100vh; /* Full viewport height */
}

video {
  max-width: 100%; /* Responsive video */
  max-height: 100%; /* Responsive video */
}
