@charset "utf-8";
* {
box-sizing: border-box;
}
    body {background-color: bisque;
        text-align: center;
}

img {width: %;
height: auto;
max-width: 10em;}
header .contenedora {display: flex;
    justify-content: center;
}
header nav ul {display: flex;
    background-color: brown;
}
header nav ul li a
{
    text-decoration: underline; 
color: white;
    background-color: brown;
    display: flex;
    padding: 0;
    margin: .9em;
    list-style: none;
    font-family: sans-serif;
    justify-content: center
    
}
p {color: darkred}

body main ul li {color: brown;
background-color: antiquewhite;
padding: 0.1em;
font-style: italic}
ul { list-style: none;}
header h3 { background-color: antiquewhite;
    display: block;
}

h1 , h3, h4 , h2 {font-family: sans-serif;
font-weight: 700;
color: darkred}
footer h6 {color: aliceblue;
background-color: burlywood;
font-family: monospace;
font-style: italic}
