:root {
    --main-bg-color: coral;
}

body {
    display: flex;
}

.game-container {
    margin-left: -0%;
    margin-top: -0%;
    width: 101%;
    height: 101%;
    position: absolute;
    background-color: black;
}

.sky {
    margin-left: 32%;
    width: 36%;
    height: 100%;
    position: absolute;
    background-image: url(../images/1Mapa.png);
    background-size: cover;
}

.pierde {
    background-image: url(../images/Seth/Seth.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    margin-left: -19%;
    margin-top: 0%;
}

.gana {
    background-image: url(../images/Ra/Ra.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    margin-left: -19%;
    margin-top: 0%;
}


@media only screen and (min-width: 1440px) {
    .game-container {
        margin-left: -0%;
        margin-top: -0%;
        width: 101%;
        height: 101%;
        position: absolute;
        background-color: black;
    }

    .sky {
        margin-left: 32%;
        width: 33%;
        height: 100%;
        position: absolute;
        background-image: url(../images/1Mapa.png);
        background-size: cover;
    }
    .pierde {
        background-image: url(../images/Seth/Seth.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -19%;
        margin-top: 0%;
    }
    .gana {
        background-image: url(../images/Ra/Ra.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -19%;
        margin-top: 0%;
    }
}
@media only screen and (max-width: 1024px) {
    .game-container {
        margin-left: -0%;
        margin-top: -0%;
        width: 101%;
        height: 101%;
        position: absolute;
        background-color: black;
    }

    .sky {
        margin-left: 32%;
        width: 43%;
        height: 99%;
        position: absolute;
        background-image: url(../images/1Mapa.png);
        background-size: cover;
    }

    .pierde {
        background-image: url(../images/Seth/Seth.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -16%;
        margin-top: 0%;
    }

    .gana {
        background-image: url(../images/Ra/Ra.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -16%;
        margin-top: 0%;
    }
}

@media only screen and (max-width: 768px) {
    .game-container {
        margin-left: -0%;
        margin-top: -0%;
        width: 101%;
        height: 101%;
        position: absolute;
        background-color: black;
    }

    .sky {
        margin-left: 28%;
        width: 42%;
        height: 100%;
        position: absolute;
        background-image: url(../images/1Mapa.png);
        background-size: cover;
    }

    .pierde {
        background-image: url(../images/Seth/Seth.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 1%;
    }

    .gana {
        background-image: url(../images/Ra/Ra.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 1%;
    }
}

@media only screen and (max-width: 425px) {
    .game-container {
        margin-left: -0%;
        margin-top: -0%;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: black;
    }

    .sky {
        margin-top: -4%;
        margin-left: -2%;
        width: 104%;
        height: 103%;
        position: absolute;
        background-image: url(../images/1Mapa.png);
        background-size: cover;
    }

    .pierde {
        background-image: url(../images/Seth/Seth.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 1%;
    }

    .gana {
        background-image: url(../images/Ra/Ra.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 1%;
    }
}


@media only screen and (max-width: 414px) {
    .game-container {
        margin-left: -0%;
        margin-top: -0%;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: black;
    }

    .sky {
        margin-top: 19%;
        width: 102%;
        height: 79%;
        position: absolute;
        background-image: url(../images/1Mapa.png);
        background-size: cover;
    }

    .pierde {
        background-image: url(../images/Seth/Seth.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 1%;
    }

    .gana {
        background-image: url(../images/Ra/Ra.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 1%;
    }
}

@media only screen and (max-width: 411px) {
    .game-container {
        margin-left: -0%;
        margin-top: -0%;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: black;
    }

    .sky {
        margin-top: 33%;
        margin-left: 0%;
        width: 100%;
        height: 67%;
        position: absolute;
        background-image: url(../images/1Mapa.png);
        background-size: cover;
    }

    .pierde {
        background-image: url(../images/Seth/Seth.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 1%;
    }

    .gana {
        background-image: url(../images/Ra/Ra.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 1%;
    }
}


@media only screen and (max-width: 360px) {
    .game-container {
        margin-left: -0%;
        margin-top: -0%;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: black;
    }

    .sky {
        margin-top: 8%;
        margin-left: -9%;
        width: 114%;
        height: 89%;
        position: absolute;
        background-image: url(../images/1Mapa.png);
        background-size: cover;
    }

    .pierde {
        background-image: url(../images/Seth/Seth.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 1%;
    }

    .gana {
        background-image: url(../images/Ra/Ra.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 1%;
    }
}


@media only screen and (max-width: 375px) {
    .game-container {
        margin-left: -0%;
        margin-top: -0%;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: black;
    }

    .sky {
        margin-left: 0;
        margin-top: 161px;
        width: 100%;
        height: 61%;
        position: absolute;
        background-image: url(../images/1Mapa.png);
        background-size: cover;
    }

    .pierde {
        background-image: url(../images/Seth/Seth.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 1%;
    }

    .gana {
        background-image: url(../images/Ra/Ra.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 1%;
    }
}


@media only screen and (max-width: 320px) {
    .game-container {
        margin-left: -0%;
        margin-top: -0%;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: black;
    }

    .sky {
        margin-top: 22%;
        margin-left: 0%;
        width: 100%;
        height: 75%;
        position: absolute;
        background-image: url(../images/1Mapa.png);
        background-size: cover;
    }

    .pierde {
        background-image: url(../images/Seth/Seth.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 0%;
    }

    .gana {
        background-image: url(../images/Ra/Ra.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        margin-left: -20%;
        margin-top: 0%;
    }
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
