Body
{color : purple;
background-color: rgb(210, 215, 240);
font-size : 1em ;
}
header
{   height: 3em;
    display: flex; 
    justify-content: space-between;
    align-items: center;   
}
nav ul 
{ 
display: flex;
}
nav ul li
{
display: flex;
}
nav ul li a 
{   color: lightyellow;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    font-family: "Arial",bold ;
    background-color: rgb(91, 49, 229);
    display: block;
    margin: .12em;
    padding: .45em 0.5em 0.5em;
    width: 100%;
    height: 100%;
    box-sizing: border-box;  
    display: flex;
    justify-content: center;
    align-items: center;
}
main
{ color :#651265;
background-color:rgb(249, 250, 217);
font-size : 1em ;
margin: .12em;
padding: .20em 0.5em 0.5em;
box-sizing: border-box;
}
.Pereyra
{  margin: auto;
 text-align: center;
 box-sizing: border-box;
}
.Pereyra div
{ width: 100%;
height: auto;
}
.Pereyra img
{max-height: 15em;
border: 0.1em solid #dad4dd;
box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, .35) inset, 0 0.35em 0.5em rgba(0, 0, 0, .35);
}
.estudiante
  {color: darkgreen;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 1em;
    display: block;
    width: 100%;
    margin: .12em;
    padding: 0.5em 0.5em 1em;
    box-sizing: border-box;
}
.estudiante h3
{color: rebeccapurple;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    display: block;
    width: 100%;
    margin: .12em;
    padding: .0.5em 0em 1em;
    box-sizing: border-box
}
 .estudiante h4
{   font-weight: bold;
    color: rebeccapurple;
    width: 100%;
    margin: .12em;
    padding: .0.5em 0em 1em;
    text-align: center;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
    flex-direction: column
    
}
.estudiante P
{  width: 100%;
    color: rebeccapurple;
    margin: .12em;
    padding: .0.5em 0.5em 1em;
    box-sizing: border-box;
    text-align: center;
    font-weight: normal
}
.tp h4
{color: rebeccapurple;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}
li 
{ text-decoration: none;
  list-style: none;
}
.tp h4 ul
{   display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.tp h4 ul li a
{ text-decoration: none;
    font-size: 1em;
    text-align: center; 
    width: 100%;
    box-sizing: border-box;
}
.integrantes ul li a
{   color: rebeccapurple;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    font-family: "Arial",bold ;
    background-color: rgba(255, 255, 255, 0.99);
    margin: .12em;
    padding: .20em 0.5em 0.5em;
    width: 100%;
    height: 100%;
    box-sizing: border-box;  
    display: flex;
    justify-content: center;
    align-items: center;
}
.da vinci
{ width: 100%;
  margin: .12em;
  padding: .45em 0.5em 1em;
}
footer
  {color: rebeccapurple;
  font-style: italic;
  width: 100%;
  margin: .12em;
 padding: .45em 0.5em 1em;
 box-sizing: border-box;
 display:flex;
 align-content: center;
 justify-content: flex-end;
}
