 body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #000;
  }

  video {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
  }
