@charset "utf-8";

#fondojuego
{
            height:550px;
            background-image:url('https://tonidomenech.space/m/ahorcado/img/fondo.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            padding:2rem;
}

#moduleheader{
    height: 150px;
    background-color:teal;
}



.myletra{
    padding:0.6rem;
    width:45px;
    height: 45px;
    text-align: center;   
    background-color:white;
    border:1px solid red;
    border-radius:12px;
    margin-right:.7rem;
    margin-bottom:1rem;
    color:red;

}
.myletra:hover{
    background-color:red;
    color:white;
    border:1px solid yellow;

}
.myletra.correct{ background-color:#d1e7dd; border-color:#198754; color:#0f5132 }
.myletra.fail{ background-color:#f8d7da; border-color:#dc3545; color:#842029 }
.myletra:disabled{ opacity:.75 }

.rojo span{
    color:red;
}

#letras{
    margin-bottom:120px;
}

#rango{
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content:end;
}
