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

body{
    background-color: rgb(255, 255, 255);
    text-align: center;
}

.listaencabezado {
    background-color: rgb(156, 29, 88);
    font-family: verdana;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    padding: 1rem 2rem;
    margin-top: -7px;
    margin-left: -8px;
    margin-right: -8px;
    justify-content: center;
    display: flex;
    column-gap: 3.5rem;
}
.listaencabezado a {color: #ffffff;
    text-decoration: none;
    justify-content: center;
    display: flex;
    column-gap: 3.5rem;
}

.integrantes {
    display: flex;
    background-color: #ffffff;

    a {color:rgb(156, 29, 88);}
        text-align: center;
        justify-content: space-around;
        font-size: 1rem;
        align-items: center;
        padding: 1rem;
        padding-right: 12rem;
        padding-left: 12rem;
}

h1{
    padding-top: 1rem;
    font-family:serif;
}

h2{
    padding-bottom: 2rem;
    font-family: serif;
}

.avatar
img {
    width: 12rem;
    border-radius: 6rem;
    border-style: solid; color: rgb(156, 29, 88);
    border-width: 0,5cap;
}

.materias{
    display: flex; 
    justify-content: space-between; 
    margin: 4%;
}
.nivel-1 {background: #ffffff; width: 33%;}
.nivel-2 {background: #ffffff; width: 33%;}
.nivel-3 {background: #ffffff; width: 33%;}

h3 {
    text-align: center; 
    color: rgb(156, 29, 88);
}
ul{
    list-style-type: none; 
    text-align: center; 
    line-height: 18pt; 
    margin: 8%;
}

a{color: #000000;
    text-decoration: none;
    justify-content: center;
    display: flex;
    column-gap: 3.5rem;
}

.final p{
    color: rgb(39, 39, 39); 
    line-height: 18pt; 
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.texto2{
    font-weight: 700;
} 

footer{
    background-color: rgb(255, 255, 255);
    font-size: small;
    font-family: georgia;   
    margin-left: 2rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;    
}
