/*fuentes*/
@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');




body {background-color: rgb(152, 255, 255);}

footer {

    margin: auto; padding: 20px; width: 800px;
    background-color: rgb(255, 255, 255);}
header {
    text-align: center;
    padding: 20px;
    font-family: "Silkscreen", sans-serif;
    
    color: rgb(255, 255, 255);
    font-size: x-large;
    background-color: #872bff;}
section { text-align: center; 
    font-family: Arial, Helvetica, sans-serif;
}

ol {list-style-type: none;
}
.contenedormaterias {display: flex;
background-color: aliceblue; border-radius: 0.5rem ;
}

div {margin: auto;}

.menuprincipal { display: flex; background-color: white; border-radius: 0.5rem; margin-top: 0%;}

.menu1 {font-weight: bold; width: 8rem; }

.menu1:hover { font-weight: bold; transition: color 0.5s ease;background-color: #872bff; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

/*selectores tipo class*/
.destacado1 {
    color: brown;
}
.destacado2 {
    font-family: "Silkscreen", sans-serif; color: #872bff;
}

.destacadonegro {font-weight: bold;}

.anchopagina {width: 800px;
margin:auto;}

ol {padding: 0;}

.menuintegrantes { display: flex; font-weight: bold; margin: auto; }

.imgfooter { width: 400px; margin: 0%; padding: 25px;}

.textounbloque {padding: 25px; text-align: justify;}

.fotoschicas { border-radius: 5rem;}

.columna {margin-top: 0%;}



/*ejercicio*/

