*{margin: 0; padding: 0; box-sizing: border-box;}
header {height: 90px;background-color: #D8CEF6; }
nav ul li {color: #2E64FE; font-size: 20px; font-weight: bold;cursor: pointer;}
nav ul {display: flex;}
a {display: block; padding: 30px 20px; text-decoration: none; margin: auto;}
a:hover {transform: scale(1.4);}
#nombre1 {font-family: 'Montserrat', sans-serif; width: 20%; float: right; margin-right: 52%; margin-top: 8%; color: #2E64FE; font-weight: bold ;font-size: 70px;}
body {font-family: 'Source Sans Pro', sans-serif; width: 80%; margin: auto; background: #F2F2F2;}
main {background: #D8D8D8; padding-left: 30px; padding-right: 30px; padding-bottom: 2%;}
figure img {width: 25%; margin-top: 3%; margin-bottom: 3%;}
ul {list-style: none;}
h2 {font-size: 25px; font-weight: bold; margin-bottom: 1%; margin-top: 1%; color: #AB578B;}
.nombre2 {font-weight: bold;}
.equipo {font-weight: bold;}
footer {font-size: 13px; margin-top: 2%; margin-bottom: 2%; color: #A4A4A4;}