body {background-color: aliceblue}

header {

   
   
    
    
}
nav ul {list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        background-color: skyblue;
        border-radius: 1em;
        padding: .5em;
        margin: 1em;
}

nav ul li {width: 2em;
           height: 1em;
           display: flex;
           align-items: center;
           align-content: center;
           justify-content: center;
           font-family: tajawal, sans-serif;
           font-weight: bold;
}


p{color: dodgerblue}
h2 {background-color: skyblue; 
    display: inline-block;
    padding: .5em ;
    color: white;
    font-family: sans-serif;
    border-radius: 1em;
    margin: .1em ;
        
}
img {margin: auto;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    width: 50vw;
    height: 50vw;
    max-height: 15em;
    max-width: 15em;
    margin-top: 2em;}

<p> {font-family: sans-serif;
margin: 5em}

.destacado {font-family: sans-serif;
    border-radius: 1em;
color: white;
font-weight: bold;
padding: .5em .5em .5em .5em}

.destacado2 {background-color: skyblue;
display: inline-block;
{background-color: skyblue; 
    display: inline-block;
    padding: .5em .5em .5em .5em;
    color: white;
    font-family: sans-serif;
    border-radius: 1em;
    margin: 1em 1em 1em 0.5em

        
}}

.destacado3 {
    padding: .1em .1em .1em .6em;
font-family: sans-serif}

main ul {font-family: sans-serif;
color:dodgerblue}

main ul li {list-style: circle}

h3 {background-color: skyblue; 
    display: inline-block;
    padding: .5em .5em .5em .5em;
    color: white;
    font-family: sans-serif;
    border-radius: 1em;
    margin: 1em 1em 1em 0.5em
}
footer {font-family: sans-serif;
margin: 5em;
    color:dodgerblue;
font-size: 12}
