#mainContainer{
    width: 100vw;
    height: 100vh;
    height: 100svh;
    position: absolute;
}

.titleContainer{
    width: 100%;
    height: 100%;
    background: url("/Images/indexBackground.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #FED401;
}

#enterBtn{
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 50vw;
}