body {
    background-image: url(../IMG/fondo.png);
    background-attachment: fixed;
    font-family: arial;
    z-index: -1;
}

fieldset {
    border: double rgb(255, 102, 0) 8px;
    font-size: 115%;
    text-shadow: rgba(0, 0, 0, 0.664) 0.5px 0.5px 1px;
    background-color: rgba(98, 0, 255, 0.212);
    color: rgb(255, 171, 15);
}

legend {
    font-size: 120%;
    color: rgb(255, 171, 15);
}

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%;
    margin-left: 2%;
    margin-top: 5%;
}