body{
    background-color: #F3F5FC;
}

header{
    padding: 2% 2% 0 2%;
}

.cont-primerInterfaz{
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 710px;

    align-items: center;
    justify-content: center;
}

.boton1{
    padding: 1%;
    margin: 1%;

    width: 317px;
    height: 114px;
    left: 561px;
    top: 402px;
    
    /* Dark blue/dark-blue-300 */
    
    background: #0A3871;
    border: 2px solid #0A3871;
    border-radius: 24px;

    color: white;
    font-size: 1.2rem;
}

.boton2{

    padding: 1%;
    margin: 1%;

    width: 317px;
    height: 80px;
    left: 561px;
    top: 402px;
    
    /* Dark blue/dark-blue-300 */
    
    
    background-color: #F3F5FC;
    border: 2px solid #0A3871;
    border-radius: 24px;

    color: #0A3871;
    font-size: 1.2rem;
}

#pantalla2{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.area-ahorcado{
    display: flex;
    justify-content: center;
}

.area-letras{
    display: flex;
    justify-content: center;
}

.conteiner{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.conteiner button{
    height: auto;
}

footer {
    margin: 10% 0 0;
    background-color: #0A3871;
    color: white;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

footer h2{
    padding: 30px;
}