/*inicio*/

/* hoja de estilos */




/* body */
body{background-color:gainsboro; font-family:sans-serif
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15%;
    margin:5%;
    font-family: sans-serif;
    font-size: 1rem;
    align-content: center;
    text-align: center;
    background-color: rgba#F9C080
249, 192, 128;
    padding: 2%;
    color: rgba #1C2120
28, 33, 32;
    width: 90vw}


/* textos */

.nombres {color: #ff0000;}
p{font-style:normal; line-height: 2 rem}


/* Header */

header{background-color:bisque;padding: 1rem}
ul{padding list-styr-type:none;}


/* Footer */
footer{background-color:ghostwhite; margin: 8rem; padding: 2rem;}
footer p{font-size: 0.9rem;}
