html, body {
    width: 100%;
    height: 100%;
}

#slides-container {
    width: 100%;
    height: 100%;
}

#main {
    background-image: url("/assets/images/background/ingame/nx-ufo.webp");
}

#srvs {
    background-image: url("/assets//images/background/ingame/2d-canteen.webp");
}

#srvs h2:first-child {
    padding-top: 20%;
}

#rules {
    background-image: url("/assets/images/background/ingame/lianyi-car.webp");
}

#rules h2:first-child {
    padding-top: 10%;
}

#develop {
    background-image: url("/assets/images/background/ingame/wild-village.webp");
}

#develop :is(h1, h2, p) {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.4)
}

#develop h1:first-child {
    padding-top: 10%;
}

#download {
    background-image: url("/assets/images/background/3rd-party/flower-1.webp");
}

#download h1:first-child {
    padding-top: 20%;
}

#download a {
    padding-left:0;
}