html {
  background-color: #000000;
}

body {
  margin: 0;
  height: 100vh;
  width: 100vw;
}

#app {
  display: flex;
  height: 100%;
  width: 100%;
}

.video-container {
  flex: 1;
  text-align: center;
  padding: 3vw;
}

.video {
  flex: 1;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  align-self: center;
}
