html, body {
    height: 100%;
}
body {
    margin: 0;
}

#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-top: 24px;
}

video {
  max-width: 80%;
  max-height: 80%;
}

body {
  background-color: #323232;
}