body{
    overflow-y: auto;
}
.container{
    width: 100%;
    height: calc(100vh - 80px);
    background-image: url('https://lilithimage.lilithcdn.com/allgames-official-web/satanpit/lumafluxgames_bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer{
    width: 100%;
    height: 80px;
    background-image: url('https://lilithimage.lilithcdn.com/allgames-official-web/satanpit/footer_bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow-x: hidden;
}
a{
    color: #fff;
}
@media (max-width: 1024px) {
    .footer{
        font-size: 14px;
    }
}