body {
    overflow-x: hidden;
}

/* .loader {
    width: 100px;
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(farthest-side, #ff0000 94%, #0000) top/8px 8px no-repeat,
        conic-gradient(#0000 30%, #ff0000);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
} */

.lp-img {
    width: 100vw;
    height: 93.8vh;
    object-fit: cover;
    position: relative;
}
 


.LP-textbox {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.LP-textbox h1 {
    font-family: 'Courier New', Courier, monospace;
}

.LP-textbox p {
    margin-top: 60px;
    margin-left: -110px;
}

#playButton {
    margin-top: 200px !important;
    margin-left: -100px !important;
}

#container1 {
    display: block;
}

#container2 {
    display: none;
}

#container3 {
    display: none;
}

.navbar {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: 0;
}

footer a {
    text-decoration: none;
    font-size: 30px;
}

footer p {
    text-decoration: none;
    font-size: 15px;
}