#contenedor-header{
    background: #8698F9;
    border-radius: 20px;
    padding: 15px;
    display: flex;
}
#header-titulos{
    letter-spacing: 20px;
    text-align:center;
    width: 200%;
    color: black;
    font-size: x-large;
    font-family:inherit;
}
#header-img{
    width: 60%;
    text-align: center;
    border-radius: inherit;
    
}
#navega{
    background: white; 
}
nav ul{
    display: flex;
    justify-content: center;
    padding: 5px;
    list-style: none;
}
li{
    margin: 3px;
    background: white;
    color: black;
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    font-style: italic;
    border: 3px white solid;
}
body{
    background: #8698F9;
}

