body {
    background-color: rgb(219, 219, 219);
}

h1 {
    text-align: center;
    font-size: 45px;
    color: rgb(105, 104, 104);
    text-shadow: 2px 2px 4px rgb(105, 104, 104);
    font-family: "Story Script", sans-serif;
    font-weight: 400;
    font-style: normal;
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgb(116, 119, 116);
    border: 1px solid black;
    display: flex;
    justify-content: center;
}


li {
    float: left;
}

li a {
    display : block;
    text-decoration: none;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
    border-bottom: 1px solid black;
    text-align: center;
}


li a:hover {
    background-color: rgb(183, 187, 183);
    color: black;
}

.activo {
    background-color: seagreen;
}


.fuente1 {
    font-family: "Story Script", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: rgb(116, 119, 116);
}

.fuente2 {
    font-family: "Story Script", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: rgb(51, 110, 51);
}

.fuente3{
    color: red;
    font-weight: bold;
}



.formulario {
    border : 2px solid black;
    padding: 25px;
    margin: 20px 80px 0 80px;
    border-radius: 10px;
    box-shadow: 5px 10px rgb(121, 117, 117);
    background-color: rgb(204, 211, 211);
}