body{background: #2f5165; font-family: Arial; }
header { display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	}
.imgperfil {border-radius: 150px}
.gif {width: 100%}
h1 {text-align: left}
h2{ color: #5da9c7; font-size: 3rem; text-align: center}
.navmilo {display: flex; padding: 2rem; text-align: justify; background-color: cornflowerblue; justify-content: space-between; color: #ffffff; text-decoration: none; align-content: center; list-style-type: none}
section { align-content: center; justify-content: center}
a { color: #ffffff; font-size: 2rem; text-decoration: none; justify-content: center}
.navegador-ul  { display: flex; width: 100%; justify-content: space-between; background-color: cadetblue; flex direction: row}
footer p{ font-size: 0.8rem; color:beige; text-align: center;}
ul {display: flex; flex-direction: column}


/* Menu Principal*/
header nav {}
header nav ul {display: flex; padding: 0;}
header nav ul li {list-style-type: none;}
header nav ul li a{ padding: 1rem; background: #0000ff; margin: 1rem 1rem 1rem 0rem;}
header nav ul li a:hover{ background: "460086"; color: #fff;}
