/*

selector{propiedad:valor;}

*/ 

*{margin: 2%; padding: -1rem; box-sizing: border-box}

.body {background-color:aqua;}

body {background-color: #E36B2C}

nav {background-color: yellow; 
    display: flex; 
    justify-content: center; 
    font-family: 'Abril Fatface', cursive; 
    color: black;

}

img { display: flex;
    justify-content: center;
    border-radius: 10rem;        
    
    }

.foto {
    display: flex;
    justify-content: center;
padding: 1rem}

.rotulomaterias {display: flex; max-width: 40rem; margin: auto;}


.columna1
{width: 48%; 
padding: 5%;
background-color: black;
color: yellow;
font-family: 'Raleway', light;

}

.columna2 { width: 48%; 
padding: 5%;
background-color: black;
color: yellow;
font-family: 'Raleway', light;
} 


h1 {display: flex; 
    justify-content: center; 
    font-family: 'Abril Fatface', cursive;
    color: white;
    background-color: coral;}

h2 {display: flex; 
    justify-content: center; 
    font-family: 'Abril Fatface', cursive;
    color: yellow;}

h3 
{display: flex; 
    justify-content: center; 
    font-family: 'Abril Fatface', 
        cursive;
color: white;} 

h4 {color: aliceblue;}

footer {color: aliceblue; 
    font-size: -1rem;}