@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@800&family=Raleway:wght@600&display=swap');


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

body{background: rgb(0, 0, 0); font-family: 'Mulish', sans-serif;}

header{background: rgb(0, 0, 0); padding: 2%;}
h1{color: rgb(255, 139, 97); font-size: 1.2rem; text-align: center;}

.menugeneral{
    text-align: center; 
    padding-top: 2%;}

.linksmenu{
    text-decoration: none; 
    color:rgb(255, 196, 174); 
    font-size: 0.9rem; 
    font-weight: 500; 
    margin-left: 3%; 
    margin-right: 3%;}

.linksmenu:hover{color:rgb(255, 139, 97); font-weight: 700;}

.pirueta{
    background-image: url("img/faduportada1.jpg");
}
.mariabelenreina{
    padding: 8%; 
    font-family: 'Bree Serif', serif; 
    font-weight: 600;
    background-image: url(../img/faduportada1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mariabelenreina p{
    color: rgb(255, 246, 246); 
    margin-top: 1.5%; text-align: center; 
    font-family: 'Raleway', sans-serif; 
    font-weight: 150;
}

h2{
    color: rgb(255, 111, 59); 
    font-size: 2rem; 
    text-align: center; 
    margin-top: 3%;
}

.foto{
    border-radius: 10rem; 
    width: 20%; 
    display:block; 
    margin:auto;
} 

.materiasgeneral {display: flex;}

h3{
    color: rgb(255, 139, 97); 
    margin: 5%; 
    text-align: center;
}

.materiasaprobadas {
    width: 50%; 
    justify-content: center; 
    margin: 5%; 
    text-align: center; 
    font-family: 'Bree Serif', serif; 
    font-weight: 600;
}

.materias{
    color: rgb(255, 255, 255); 
    margin: 3%; 
    justify-content: center; 
    font-size: 1rem; 
    line-height: 1.5rem; 
    font-family: 'Raleway', sans-serif; 
    font-weight: 450;
}

footer{
    background: rgb(255, 139, 97); 
    padding: 2%; 
    text-align: center; 
    font-family: 'Raleway', sans-serif; 
    font-weight: 150
}

footer p{
    color: rgb(255, 246, 246); 
    line-height: 1.1rem; 
    font-size: 0.8rem; 
    max-width: 60rem; 
    margin: auto;
}