html{
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    background-color: white
}

@charset "utf-8";
header .banner {
    display: block;
    margin: auto;
    height: 17em;
}  
nav{
    background-color: #dbc9c9;
    padding: 2px;
    font-size: 13px;
}


 header nav ul { 
     list-style: none;
     margin: none;
     padding: 0;
     display: flex;
     flex-direction: row;
     align-content: space-around;
     justify-content: space-around;
}

header nav ul li {
    font-size: 20px;
}

header nav ul li a {
    color: #7c5e5e;
    text-decoration: none;
    background-color: none;
    display: block;
    text-align: center;
}

main .profile-container {
    margin: 0 0 0.7em 0;
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-around;
}   

main .profile-container .profile {
    background: ;
    box-shadow: 3px 3px 3px #CCC;
    padding:  0 1em 1em 1em;
}   

main .profile-container .profile  h2 {
    color: #7c5e5e;
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    background-color: #dbc9c9;
    margin:0 -16px;
    padding: 0.3em;;
  
}
main .profile-container .profile p {
    color: #7c5e5e;
}

main .profile-container .profile a {
    color: white;
    font-size: 0.89em;
    display: inline-block;
    background: #7c5e5e;
    padding: 1em;
    text-decoration: none;
}

main .profile-container .profile .ver:hover {
    color: #bfd1d8;
}

header img {
    height: 5em;
    margin-bottom: auto;
}

header .title {
    color: #7c5e5e;
    text-align: center;
}

header .subtitle {
    color: #7c5e5e;
    text-align: center;
}
body aside {
    text-align: center;
    color: #7c5e5e;
}
body article {
    text-align: center;
    color:#7c5e5e;
}
body footer {
    font-size: 0.8em;
    color: #7c5e5e;