@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');



/*

selector{propiedad:valor;}

*/


header{background: ;}
h1{font-family: 'Roboto Slab', serif; color:burlywood;font-size:1.5rem}
h2{font-family: 'Roboto Slab', serif;color:cornflowerblue}  
h3{font-family: sans-serif;color:darkgrey;font-style: italic}
footer p{font-family: sans-serif;color:burlywood;font-size:0.75rem}
p{font-family: sans-serif;color:darkgrey}  
a{font-family: sans-serif;color:white;text-decoration: none;}
.esp{margin-top:50px}
.esp1{margin-right:50px}
.rectangulo{background-color:darkgray;width: 40%;padding: 10px;border-radius: 0.5rem}
a:hover{background:#878d96;}