@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');

* {
    font-family: 'Open Sans', 'sans-serif';
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
header {
    background-color: #ecf0f1;
    text-align: end;
    padding: 2%;

    
}

nav{
    color:dimgrey;
    display: flex;
    justify-content: space-around;
}
.botonmenu:hover{
    background: #6c5ce7;
    transition: 0.4s;
    text-decoration: none;
   
}
body h1 {
    color: #3B3B98;
    font-size: 8rem ;
    font-weight: 900;
    width: 50%

}

body p{
    font-size: 1rem;
}

.estudiante {
    font-size: 3rem;
    font-weight: 300;
}

.img {
    height: 400px;
    width: 400px;
    border-radius: 50%;
}

footer p {
    text-align: center;
    font-size: 0.7rem;
    background-color: #bdc3c7;
    padding: 2%;
   
}

.contenedor  {
    padding: 5%;
    display:flex;
    flex-flow: wrap;
    justify-content: space-between;
    
    
}

.materiasaprobadas {
    display: flex;
    justify-content: space-around;
    background-color: #6c5ce7;
    padding: 2%;
    color: #fafafa
}

.primernivel { 
    
    
}

.segundonivel{
    
}