body{background: #F5B7B1 ; font-family:cursive;}

/* HEADER*/

header 
{width: 100%;
 height: 5rem;
background:#808B96;
border-radius: 5px;
margin: 2px 30px 2px 30px; 
display: flex; align-items: center; justify-content: space-around}




a{text-decoration: none; color:#FBFCFC; font-size: 1rem }


/*NAV*/

.navegadorpadre
{display: flex;
justify-content: space-around;
width: 100%;
height: 10%;
background:#808B96;border-radius: 5px;
margin: 10px 30px 10px 30px }


.navegador{text-align:center;font-size:1.5rem; color: #FBFCFC}


/*FOTO*/


img {display: block; margin-left:auto; margin-right: auto;
    border-radius: 100rem;
    height: 20rem;
    width: 25rem;
    margin-bottom: 3rem;align-content: center}

h2{ color:#FBFCFC; text-align: center }
p{color:#FBFCFC; text-align: center}





/*SECTION*/

h3{text-align: center; color:#FBFCFC;}

.materias
{display:flex; align-items: flex-start; justify-content: space-around}

.materias div{ border-style: inset;border color:#808B96; padding: 12px; border-radius: 10px}

.nivel1{flex:  1; color:#FBFCFC }

.nivel2{flex: 1; color:#FBFCFC}

.nivel3{ flex: 1; }




footer{width: 100%;
height: 10%;
margin: 20px 0px 20px 0px;
background:#808B96;border-radius: 5px}} 

p{ font-size: 0.8rem; color: #6c6c6c; text-align:justify;}







