body {
    width: 90%;
    height: 90%;
    background-image: url(../IMG/fondo.png);
    background-attachment: fixed;
    margin-left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

form {
    width: 450px;
    height: 600px;
    border: solid rgb(255, 141, 87) 3px;
    border-radius: 10px 40px 10px 40px;
    background-color: rgba(200, 89, 223, 0.5);
    box-shadow: black 8px 8px 10px;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div {
    width: 450px;
    height: 650px;
    background-color: rgba(218, 129, 87, 0.5);
    border: solid rgb(82, 82, 187) 3px;
    border-radius: 40px 10px 40px 10px;
    font-family: arial;
    font-size: 120%;
    box-shadow: black -8px -8px 10px;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*Bloque 1 | Actividad 4*/
#color {
    flex-direction: row;
    justify-content: space-around;
}

#color1 {
    border-radius: 10px 45px 10px 45px;
    background-color: rgba(212, 72, 142, 0.5);
}

#color2 {
    border-radius: 45px 10px 45px 10px;
    background-color: rgba(235, 53, 53, 0.5);
}

#color3 {
    background-image: none;
    background-color: none;
}

/*Tablas Multiplicar*/
.tablas {
    display: flex;
    flex-direction: column;
}

.tablas p {
    margin-top: 3px;
    text-shadow: rgba(0, 0, 0, 0.801) 1px 1px 0.5px;
}

/*Tabla Generada*/
table tr td {
    width: 100px;
    height: 20px;
    border: solid rgba(38, 0, 255, 0.5) 2px;
    text-align: center;
}

/*Menu*/
.menu {
    background-color: rgba(240, 55, 55, 0.5);
    border: solid rgb(202, 73, 153);
    border-radius: 70px 70px 15px 70px;
    margin-top: 5%;
}

.menu p {
    width: 320px;
    height: 35px;
    background-color: rgb(239, 173, 255);
    border: solid rgb(253, 205, 239);
    border-radius: 50px 50px 50px 50px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.menu a {
    color: purple;
    text-decoration: none;
}

/*Parrafos*/

p {
    font-family: arial;
    font-size: 125%;
    padding-left: 15px;
    padding-right: 15px;
}

h1 {
    font-family: Arial;
    font-size: 250%;
}

h3 {
    font-family: Arial;
    text-align: center;
}

label {
    width: 60px;
    height: 20px;
    font-family: Verdana;
    display: flex;
}

#color2 p {
    padding-bottom: 20px;
}

#resultado {
    font-size: 110%;
    text-align: center;
}

/*Fieldset*/
fieldset {
    margin-top: 10px;
    border: double rgba(245, 11, 11, 0.849);
}

fieldset legend {
    font-family: Tahoma;
}

fieldset p {
    font-size: 100%;
    font-family: tahoma;
}

/*Botones*/
footer {
    width: 300px;
    height: 100px;
    margin-bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#enviar {
    width: 80px;
    height: 50px;
    margin-right: 20px;
}

#resetear {
    width: 80px;
    height: 50px;
}

#enviar, #resetear {
    font-family: Courier;
    font-size: 110%;
}

#volver {
    width: 70px;
    height: 30px;
    font-family: Courier;
}

#volvermenu, #volver {
    width: 200px;
    height: 30px;
    font-family: Courier;
    font-size: 110%;
}

.menu p:hover {
    transform: scale(1.2);
    box-shadow: black 3px 3px 5px;
    transition: all 0.3s;
}

.menu p:active {
    background-color: rgba(235, 23, 111, 0.788);
    border: solid rgba(118, 48, 209, 0.774);
    border-radius: 50px 50px 50px 50px;
}
