body{
    background-color: cornflowerblue;
}

h1{
    text-align: center;
    color: white;
    font-size: 40px;
    text-shadow: 2px 2px 4px black;
    font-family: "Monoton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul{ 
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgb(135, 166, 187);
    font-size: 20px;
    border: 1px solid white;
    display: flex;
    justify-self: unset;
    
    
}

li a {
    float: left;
}

li a{
    display: block;
    text-decoration: none;
    color: white;
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 8px;
    text-align: center;

}

li a:hover{
    background-color: rgb(109, 188, 224);
    color :white;
}

.activo{
    background-color: rgb(77, 215, 250);
    color :white;
}

.fuente1{
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.fuente3{
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(19, 43, 182);
}