
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
}

body { background-color: rgba(255, 177, 142, 0.21);
    }

#logo {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    width: 9em;
    display: inline-block;
    padding: 0em;
    margin-bottom: -4em;
}

a {
    text-decoration: none;
}
ul {   
    display: flex;
    padding:0;
    list-style:none;
    align-items:baseline;
    justify-content: space-between;
    font-family: "Pangolin", sans-serif;
}  
article ul li{
    margin-top: 0em;
    margin-bottom: 1em;
}
h3 {
    font-size: 1,5em;
    color:#18919b;
    text-align: left;
    margin-top: 0em;
}

h4 {
    text-align: left;
    font-size: 1em;
}
h4 figure {
    text-align: left;
    
}

h5 {
    text-align: left;
    font-size: 1em;
    
}
    
aside p {
    padding-bottom: 1em;
    max-width: 100%;
    font-family: "Pangolin", sans-serif;
    text-align: left
}

img {
    float: left; }
    max-width: 100%;
    height: auto;
    align-self: flex-start;
    align-self: left;
    margin-top: -1em;


}

article figure {
    overflow: hidden;
    max-width: 50%;
}

figure>img,
#logo>img {
    display: block
}

article{
    text-align: center;
}

article h2{
    text-align: center;
}

#contenedor {
    background-color: rgba(255, 177, 142, 0.21);
    margin: auto;
    max-width: 75em;
    min-height: 100vh;
    width: 100%;
}

header,
footer, footer p{
    background-color: ;
    padding: 1em;
    text-align: center;
}


nav {
    margin-top: 0em;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul li {   
    display: flex;
    padding:0;
    list-style:none;
    align-items:baseline;
    justify-content: space-between;
    list-style:none;
}

main,
aside {
    padding: 0.5em;
}

article {
    margin-bottom: 0em;
}

aside {
    font-family: "pangolin";
    background-color: lightcoral;
}

aside p {
    font-size: 1em;
    }

section {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0.5em;
}

