@charset="utf-8"; box-sizing: 
* {box-sizing: border-box;}
img {max-width: 100%; height: auto;}
header {background-color: #408db5;}
body {display: block;  background-color: rgb(226, 226, 226); font-family: sans-serif; min-height: 100vh; margin: 0;}
.logos {display: flex; ;margin: 0 auto; justify-content: space-between; align-items:center; flex-wrap: wrap; flex-direction: row;}
header nav ul {display: flex; flex-wrap: wrap;list-style:none; justify-content:flex-start; min-width: 7em; box-sizing: border-box;}
header nav ul li { margin: .25em .40em .25em .25em; background-color: aliceblue;border-radius: 5px;} 
header nav ul li a { color: #262626; padding: .25em .25em .25em .25em; display: block;text-decoration: none; font-size: 1em;font-weight: bold; border-radius: 5px; }
#integrantes {display: flex;text-align:center;justify-content: center;margin-top: 1em;; padding-left: 6em;font-weight: 800}
main nav ul {display: flex;justify-content: space-around; align-items: center; flex-direction: row;list-style-image: none;}
main nav ul li {list-style: none;text-decoration: none;}
main nav ul li a {text-decoration: none; color: #292929; font-size: 1.3em; font-weight: bold;}
main #rocio {display: flex; flex-direction: column;text-align: center;}
main #rocio img {border-radius: 2em;}
main #martina img {border-radius: 2em;}
main #martina {display: flex; flex-direction: column;text-align: center;}
main #belen {display: flex; flex-direction: column;text-align: center;}
main #belen img {border-radius: 2em;}
main #jessica {display: flex; flex-direction: column;text-align: center;}
main #jessica img {border-radius: 2em;}
.acumar {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background-color: #bebebe; height: 18em; padding-top: 1em;padding-bottom: 1em; margin-top: 2em;margin-bottom: 2em;}
.logoyh1  {display: flex;justify-content: center;flex-direction: column; align-items: center;flex-wrap: wrap;}
.logoyh1 h1 {padding-left: 5em;}
.logoyh1 p {text-align: center;}
.uba p {text-align: center;justify-content: center;}
footer {background-color: #408db5;text-align: center;margin: 0 auto; height: 3em;}