body {
    /* text-align: center; */
    background-image: url("fotofONDO.png");
    color: black;
    font-size: 1.5vw;
    font-weight: bolder;
    margin-left: 3vw;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

/* TODOS LOS BOTONES INPUTS*/
#button {
    background-color: black;
    color: white;
    font-size: 1.5vw;
    padding: 5px;
    border-radius: 5px 5px;
    font: bolder;
    margin: 0% 0%;
    font-family: 'Times New Roman', Times, serif;
}

#button:hover {
    background-color: plum;
    color: black;
    transform: scale(1.1);
    font-weight: bolder;
}

#repetir {
    background-color: black;
    color: white;
    font-size: 1.5vw;
    padding: 5px;
    border-radius: 5px 5px;
    font: bolder;
    font-family: 'Times New Roman', Times, serif;
}

#repetir:hover {
    background-color: plum;
    color: black;
    transform: scale(1.1);
    font-weight: bolder;
}

#siguiente {
    background-color: black;
    color: white;
    font-size: 1.5vw;
    padding: 5px;
    border-radius: 5px 5px;
    font: bolder;
    font-family: 'Times New Roman', Times, serif;
}

#siguiente:hover {
    background-color: purple;
    color: black;
    transform: scale(1.1);
    font-weight: bolder;
}

#lecciónUno {
    background-color: black;
    color: white;
    font-size: 1.5vw;
    padding: 5px;
    border-radius: 5px 5px;
    font: bolder;
    font-family: 'Times New Roman', Times, serif;
}

#lecciónUno:hover {
    background-color: rgb(222, 221, 135);
    color: black;
    transform: scale(1.1);
    font-weight: bolder;
}

/* HASTA AQUÍ TODOS LOS BOTONES INPUTS */

#resultado {
    color: green;
    font-size: 5vw;
    text-align: center;
    margin: 10% auto 0% 0%;
}

.tablaUno {

    background: plum;
    border: 0.2em solid;
    box-shadow: 5px 5px 5px black;
    width: 50%;
    margin: auto;

}

.tablaDos {
    background-color: plum;
    border: 0.2em solid;
    box-shadow: 5px 5px 5px black;
    width: 50%;
    margin: auto;

}


.tablaTres {
    background-color: plum;
    border: 0.2em solid;
    box-shadow: 5px 5px 5px black;
    width: 50%;
    margin: auto;

}

.tablaCuatro {
    background: plum;
    border: 0.2em solid;
    box-shadow: 5px 5px 5px black;
    width: 50%;
    margin: auto;

}

.tablaCinco {
    background: plum;
    border: 0.2em solid;
    box-shadow: 5px 5px 5px black;
    width: 50%;
    margin: auto;

}

.tablaSeis {
    background-color: plum;
    border: 0.2em solid;
    box-shadow: 5px 5px 5px black;
    width: 50%;
    margin: auto;

}

.elNúmero {
    /* margin: 0% 0% 3% 37%;  */
    text-indent: 2px;
    text-decoration: underline;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

/* @media screen and (min-width: 780px){
        .elNúmero {
            min-width: 10vw;
        
    }

}  */