*{ margin: 0; padding: 0; max-width: 80rem; margin: auto; box-sizing: border-box;}

/***********/
/* Navegación */
/***********/
header nav {background: #fff; text-align: center; font-size: 15pt; ;}

header img {width: 100%; height: auto;}
header nav ul li {display: inline-block;padding: 2%  4%; text-align: center;list-style-type: none;}
header nav ul li a {text-decoration: none; color: #47d3cd; font-family: Roboto; }


/*************/

body {background: linear-gradient(to bottom right, #E5007E 0%, #009992 100%)}
h1 {background: linear-gradient(to right, #E5007E 0%, #009992 100%); color: white; padding: 1rem; text-align: center; font-size:60pt; font-family: roboto}
section {justify-content: center; align-content: center;}
img {width: 100%;}
footer {color: #fff; text-align: center;padding:1rem; font-size: 10pt; font-style: italic; background: linear-gradient(to right, #E5007E 0%, #009992 100%); font-family: roboto}