

body {
    
    display: flex;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    background-color: blanchedalmond;
    min-height: 100vh;
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    max-width: 50em;
    
}


/*.contenedora {
    width: max-content;
    margin: 0.125rem;
    padding-block: 0.25em;
    padding-inline: 1em;
    border-radius: 0.25em;
}*/

.datos {
    display: flex;
    flex-direction: row;
    padding: 2em;

}


.clearfix {
    clear: both;
}


header {
    display: flex;

    background-color: rgb(86, 79, 102);
    height: 80px;
    width: 100%;
    justify-content:space-between;
    align-items: center;
    padding: 1em;

}

.img-logo {
    height: 4em;
}

.menu {
    display: flex;
    list-style: none;
    padding: 1em;
    max-height: 100%;
    max-width: 100%;
    align-items: center;
    
}
 .contenedora a:hover {
     background-color: #a79db1;
 }

nav ul li {
     display: flex;
    float: left;
    list-style: none;

    

 background-color: blanchedalmond;
    border: solid 3px rgb(167, 157, 177);
    text-align: center;
    color: rgb(86, 79, 102);
    font-weight: 700;
    margin: 16px 20px 25px 18px;
    padding: 1em;
    flex-direction: row;
}



h1,
h2,
h3,
h4 {
    color: #a79db1
}

@media screen and (min-width:1680px) {

    #fotoavatar {
        background: #a79db1 url("avatar.jpg") no-repeat center center
    }
}

figure img {
    max-width: 100%;
    height: auto;
}

main {
    
    margin: 3%;
   
   
}

.rotulo {
    text-align: center;
    max-width: 20em;
    flex-direction: row;
    align-items: center;
}

footer {
    display: flex;
    background-color: rgb(86, 79, 102);
    height: 98px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    
    color: rgb(167, 157, 177);
    justify-content: center;

}

p {
    max-width: 50em;
    margin: 0 auto;
}