body{
    font-family: 'Press Start 2P', cursive;
    /* max-width: 1280px; */
    
}
#phaser-game{
    background-color: black;   
}

#test{
    
    text-align: center;

    position: absolute;
    z-index: 100;
    /* color: rgb(231, 71, 71); */
    width: 100vw;
    height: 100vh;
    display:none;
    background-color: rgb(255, 255, 255);
    background-image: url('../assets/fondo.png'); 
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

#test h1{
    font-size: 2rem;
    background-color: rgb(205, 205, 205);
    padding: 10px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
#test .titol{
    width: 100%;
    /* background-color: rgba(167, 230, 96, 0.411); */
    /* position: absolute; */
    margin-top: 10vh;
    
    
}
#test .img-container {
    /* position: absolute; */
    /* bottom: 10vh; */
    margin-top: 40px;
    width: 100vw;
    /* background-color: rgba(231, 137, 137, 0.411); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#test .button-container {
    display:block;
    /* background-color: rgba(44, 212, 22, 0.411); */
}

#test .select{
    width: 100%;
    /* background-color: rgba(167, 230, 96, 0.411); */
    /* position: absolute; */
    margin-top: 20px;
    
}

#links{
    
    /* padding: 10px; */
    position: absolute;
    z-index: 100;
    /* color: rgb(231, 71, 71); */
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display:none;
    background-color: rgba(0, 0, 0, 0.411);
}


.button {
    margin:  10px;
    padding: 10px;
    font-family: inherit;
}



