h1{color: var(--background);}

.enter-container {
        position: fixed;
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        z-index: 3;
    }
.enter-button{
	margin: auto;
}
.intro-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
    .intro-video{
        max-height: 100vh;
        position: fixed;
    }
}
