
body{
    background-color:#D7DBDD;
    font-family: "lato";
    margin: 0 ;
    padding: 0px;
    }
    

header{
    font-family: "lato";
    font-family: sans-serif;
    background-color: #F1948A;
    color: #D7DBDD;
    display: flex;
    justify-content: center;
    font-size: 1.2em
       
    }

header nav ul {
    list-style: none;
    display: flex;
    text-align: center;
    }
   


header nav ul li a {
    text-decoration: none;
    color: #D7DBDD;
    font-family: "lato";
    height: 2em;
    padding: .2em;
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
    text-decoration: none;
    text-align: center;
}

       

h1{ font-family:  sans-serif;
    text-align: center; 
    font-weight: 500;
    color: #F1948A
        
    
     }
        
h2{ 
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:  sans-serif;
    font-weight: 100;
    color: #2C3E50
        
    
}

.alumna{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:100%;
    width=300
    height=300
    max-width: 20em;
    max-height: 20em;
    
    
  
}



.listado, .listado1, .listado2 {
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "lato";
    font-style:  normal;
   
    
}
.listado {
    font-family: "lato";
    font-style:  normal;
    color:#F1948A
    
}
.listado1, .listado2 {
    color: #0c1217;
    font-family: "lato";
    font-style:  normal;
    
    
}
li {
    font-style: sans-serif;
    font-family: "lato"
}

footer{
    background:#F1948A;
    color: #D7DBDD;
    font-style: italic;
    font-family: "lato";
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 7em;
    width: 100%;
    height: 8em;
    
    
}

   


