@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,700,700i|Noto+Serif:400,400i,700,700i');

* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}

header {
    
    font-family: "asap", sans-serif;
    max-height: 8em;
    width: 100%;
    padding: 2em;
    background-color: #B76363;
    box-shadow:  0 0.35em 1em rgba(0, 0, 0, .20);
}

header ul {
    
    display: flex;
    flex-direction:row;
    justify-content: space-between;
}

header ul li a {
    padding: .2em;
    border border-radius: 10%;
    background-color: rgba(0,0,0,.1);
    box-shadow: 0 0.35em 1em rgba(0, 0, 0, .20);
    
}


main section img {
    width: 2em;
    height: 2em;
    margin-left: 2em;

}

main section {
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    justify-content: 
}

#avatar {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, .35);
    box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, .35) inset, 0 0.35em 0.5em rgba(0, 0, 0, .35);
    
}

div {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    
    
}

body {
    background-color: #D37371;
}

main {
    font-family: "asap", sans-serif;
    color: white;
    padding: 2em;
}

main h2 {
    font-weight:400;
    margin-top: 2em;
}

h4 {
    margin-top: 1em;
    margin-bottom: .3em;
}

h3 {
    margin-top: .5em;
}

ul li {
    list-style: none;
}

ul {
    padding: 1em;
}

footer {
    background-color: #B76363;
    font-family: "asap", sans-serif;
    color: white;
    padding: .2em;
}

a {
    text-decoration: none;
    color: white;
    
}

footer ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

footer ul li a {
    padding: .2em;
    border-radius: 10%;
    background-color: rgba(0,0,0,.1);
    box-shadow:  0 0.35em 1em rgba(0, 0, 0, .20);
}

#integrantes {
    font-size: 14px;
}


footer p {
    padding: 2em;
    font-size: 10px;
}


