﻿



.mainContainer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background: url("/Images/indexBackground.jpg");
    background-position: center;
    background-size: cover;
}

.epicContainer{
    width: 100vw;
}
.epicFamilyGamesNights {
    width: 100%;
}
.enterButton {
    width: 100%;
}