@charset "utf-8";
*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
    





}
.contenedora{
    
    display: flex;
    justify-content: space-evenly;
    background-color: #bb9bc9;
    align-items: center;

    height: 3em;
}

#logo{
    display: block;
    width: 5em;
    
}
header nav ul{
    list-style:none;
    display: flex;
    justify-content: center;
     }

     header nav ul li{
        margin-left: 3em;
        margin-right: 2em;
        width: 1em;
        }
        header  ul li a{
            background-color: #e2d9e6;
            border-radius: .3em;
            text-decoration: none;
            color: #4e275f;
            width: 5em;
            display: flex;
            align-content: stretch;
            justify-content: center;
        }
    main{
            flex-grow: 1em;
            display: flex;
            flex-direction: column; }
    

        .estudiante3 {
            color: rgb(151, 120, 155);
            margin-top: 2em;
            margin: auto;
            text-align: center;
            max-width: 20em;
            padding: 1em;
        }
        .estudiante3 img{
           border-radius: 1em;
            width: 100%
                
        }
        
            .nombre{
                font-size: 2em;
                color:rgb(143, 70, 153);
               
        }

/*materias*/

.infomaterias{
    display: flex;
    justify-content: center;
   
}
#materias {
    color:rgb(143, 70, 153);
    padding: .60em;
    margin: .50em;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    background-color;
    border: solid;
    border-color: #cdbdd4;
   }
#materias ul {
    width: 15em;
    list-style:circle;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 1em;
    color: rgb(143, 70, 153);

}
               

 
/*nav equipo*/

#integrantes {
    color: #4e275f;
   flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    
}
.jt09 ul{
   
    
    display: flex;
    justify-content: space-around;
    text-decoration: none;
           
                        }
                
.jt09 ul li { 
                    text-align: center;
                    margin: 0;
                    margin-top: .80em;
                    font-weight: bold;
                    text-decoration: none;
                   justify-content:space-between;
                   align-items: center;
                   
                 border-radius: .50em;
                }

                
                  
                
    .jt09 a {
        height: 2em;
        margin-top: .50em;
        margin-left: .50em;
        padding: .3em;
text-decoration: none;
        display: flex;
        justify-content:space-around;
        align-items:center;
        text-align: center;
        border-radius: .25em;
        box-shadow: 0 4px 2px #cdbdd4;
        color:rgb(143, 70, 153);
      
    }
             


/*datos academicos*/


.datosacademicos {
    display: flex;
    justify-content: space-evenly;
    color: #a07ab1; 
    align-content: stretch;
    padding: 1.5em; 
}


footer{
font-size: .9em;
    text-align: center;
    background-color: #cdbdd4;
    padding: 2em;
    color: #fefbff
}