*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

a{ text-decoration: none; }





.headerperfil {
    background-image: linear-gradient(to right, #6e95c9, #9a6bab); 
    width: 100%;
    height: 2.6em;
    padding: .8em;



}

.headerperfil ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: 'Nunito', sans-serif;
    color: white;
    font-size: .8em;
    font-weight: 600;
    list-style: none;

    
}



.headerperfil li a {
    Color:white ;

}




.imgperfil {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
    
}

.imgperfil p {
     display: flex;
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
    color: #514c4c; 
    font-size: .8em;
    font-weight: 600;
    list-style: none;
    align-items: center;
    
}


.tituloperfil {
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
    color: #514c4c; 
    font-size: 2em;
    font-weight: 800;
    list-style: none;
    margin-top: .5em;
}



.imgperfil img{
    margin-top: 1em;
    list-style: none;
    height: 8em;
    width: 8em;
    border-radius: 50%;
    border-style: solid;
    border-color: white;
    border-width: .25em;
    box-shadow: 0 4px 15px rgba(32, 20, 36, 0.25);
    background-color: white;

}

.materias {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 20px;
    background-color: #6e95c9;
    box-shadow: 0 3px 6px rgba(32, 33, 36, 0.28);
    margin-bottom: 1em;
    padding-bottom: .5em;

}


.materias li{
    display: flex;
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
    color: white; 
    font-size: .8em;
    font-weight: 600;
    list-style: none;
    align-items: center;

    
}

h3 {
    padding-top: .5em;
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
    color: white; 
    font-size: 1.5em;
    font-weight: 800;
    list-style: none;
    padding-bottom: .5em;
}


footer {
    display: flex;
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
    color: #514c4c; 
    font-size: .8em;
    font-weight: 300;
    list-style: none;
    margin-top: 1em;
    margin-bottom: 1em;
    
}
