


/*
selector{ propiedad: valor;}
*/
*{box-sizing: border-box;margin: auto; padding: 10;}
body {background:#fff39a;font-family: Arial;margin: 5rem;}
h1{color: mediumvioletred;margin: 2rem 3rem 4rem 2rem;font-size: 4rem;text-align: center;justify-content:space-around;}
h2{color: mediumvioletred;margin: 0.5rem; font-size: 1.8rem;text-align: center;line-height: 0.8rem;text-decoration: underline;}
h3{color: black;font-size: 1.2rem;text-decoration-line: underline;justify-content: space-around;text-align: center;margin:0.5rem;}
h4{color: black;margin: 1rem; font-size: 1.5rem;text-align: center;line-height: 1rem;}
/* para sacarle el subrayado */

a{ color: black; text-decoration: none;}
.destacado{ color: black; font-size: 1rem;}
footer p{font-size: 0.8rem;color:black;text-align: center;margin: 6rem 4rem 0rem 4rem;outline-style:solid;padding: 0.5rem;}

.contenedor: {max-width: 1200px;}



/* Menu Principal*/
header nav{width: 40%;}
header nav ul{ display:flex;padding: 0;list-style:none;justify-content: space-around;font-size: 1rem;}
header nav ul li a{ padding: 0.4rem;background:mediumvioletred;color: #fff39a;border-radius: 0.5rem;}
header nav ul li a:hover { background: #ac9f9f;color: #fff39a;border-radius: 0.5rem;} 

/* materias display */
.materias {display: flex; justify-content:space-around;line-height:1.6rem;}
.materias article {margin: 2rem 0 0 0;text-align: left;}
 

article img {display: flex;border-radius: 7rem;padding: 0.8rem;justify-content: center;}
 
/* Rotulo individual */