body {
    background-color: whitesmoke;
    font-family: 'futura std';
    display: flex;
    flex-direction: column;
    
    
}

header nav ul {
    list-style: none;
    margin: none;  
    
    padding: 2%;
    display: flex;
    justify-content: space-between;
    background-color: indianred;
    align-items: stretch
        
        
}

header nav ul li {
    display: list-item;
}

header img  { 
 border-radius: 100%}

header nav ul li a {
    padding: 25px 25px;
    display: block;
    color: whitesmoke;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Futura Std';
}
main {
    padding: 25px 25px;
    color: darkred
}

h2 {
    color: darkred
}

.integrante {
    box-sizing: border-box;
    text-decoration: none;
    color: darkred;
      
}

.integrante img { 

 border-radius: 100%}



.integrante p {
    color: darkred;

}

.encurso {
    box-sizing: border-box;
    text-decoration: none;
    color: indianred;

}

.encurso p {
    color: indianred
}


.aprobadas {
    box-sizing: border-box;
    text-decoration: none;
    color: indianred;

}

.aprobadas p {
    color: indianred
}


footer {
    background-color: indianred;
    margin-left: -20px;
    margin-top: -10px; 
    margin-right: -20 px;
    display: flex;
        justify-content: space-around;
            align-items: baseline; 
    
}


footer p {
    color: whitesmoke;
    padding: 10px;
    font-family: 'futura std';
}