* {box-sizing: border-box; padding: 0; margin: 0; font-family: "Helvetica"; color: teal; background: aqua}

article {background: teal;}

a{text-decoration: none;}
header h1 {font-weight: bold; font-size: 3rem; }
header nav ul {color:rgb(253, 233, 73);}
header nav ul li {list-style-type: none;}
header nav ul li {padding: 1rem;}
header nav { background:rgb(244, 255, 159); }
.menu {display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-items: flex-start; align-content: stretch; font-weight: bold}
.foto img {border-radius: 100%;max-width: 100%; width: 250px;height: 250px; margin: 1rem 3rem 0 3rem; align-content: flex-start}
footer {color:#fc93fc; font-size: 0.7rem; padding: 4rem;}
h1 {text-align: right;}
.integrantes {display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-items: flex-start; align-content: stretch; margin: 3rem; font-weight: bold}


h2 {text-align: left; font-size: 3rem; background: teal; color: white}
h3 {text-align: left; font-size: 2rem; background: teal; color: white}