
body{
    
    display:flex;
    justify-content: space-between; 
    flex-direction: column;
    min-height: 100vh;
}

    


footer {
    background-color: darkred;
    justify-content: space-between;
    flex-wrap: wrap;
}

        #logo {
            display: block;
            width: 5em;
}

      header nav ul li a{ 
           
}

header {
    display: flex;
    background: white;
    justify-content: space-between;
    align-items: flex-end;
}

    .header {
    list-style: none;
    width:100vw;
    height:40px;
    background:  ;
    padding: 12px;
    margin: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
} 
    .elemento{ 
    list-style: none;
    color:black;
    margin:3em;
    width:auto;
    height: 40px;
    text-align: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    
}

   
       header     nav ul {
                    list-style: none;
                    display: flex;
                    justify-content: space-between; 
}
    
         header   nav ul li {
                        flex-grow: 1;
}

          header  nav ul li {
                        margin-left: .25em;
}

         header   nav ul li a {
                        
                        color: darkred; 
           font-family: 'Graduate', cursive;
            font-size: 25px;
            list-style: none;
            text-decoration: none;

                   
    
}
main{
    background: darkred;
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-direction: column;   
}

h1 {
display: flex;
    color: white;
    align-content: center;
    justify-content: flex-end;
}
.alumnos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; 
    min-height: 62vh;
    
}

.item {
    display: flex;
    justify-content:center;
    flex-direction: column;
    align-items: center;
   
    
}

.item img {

    display: flex;
    height: 260px;
    width: 260px;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    border-radius: 50%;
  
    
    
}
h1{
    display: flex;
    justify-content: center;
    font: 45px.;
    font-family: 'Graduate', cursive;
    
    
}

h2{
    color: white;
    font-family: 'Graduate', cursive;
    margin-top: 1.2em;
margin-left: 0.4em; 
    font-size: 28px;
    justify-content: flex-end;
    align-items: center;
}

.texto{
    display: flex;
    flex-direction: column;
    align-content:center;
    justify-content: space-between;
margin:auto;
background: white;
font-family: 'Cambay', sans-serif;

    
    
}
h3{
color: darkred;
font-family: 'Graduate', cursive;; 
font-size: 25px;
justify-content: center;
margin: auto;   
}
main    nav ul {
                    list-style: none;
                    display: flex;
                    justify-content: space-between; 
}
    
         main   nav ul li {
                        flex-grow: 1;
}

          main  nav ul li {
                        margin-left: 0.15em;
}

         main   nav ul li a {
                        color: gainsboro;
                        text-decoration: none;
                        height: 12em;
                        display: flex;
                        justify-content:center;
                        align-items: center;
                       font-family: 'Graduate', cursive;
}

    

footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: 'Cambay', sans-serif;
    color: azure;

}