body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #000000;
    background-image: linear-gradient(30deg, #1a193c60 15%, #0a047680 30%,  #00e1ff82 90%);
  }

#video-wrapper {
    position: fixed;
    inset: 0;
    display: flex;
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

#reveal-banner {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0, 0, 0);
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    user-select: none;
}