* {
   margin: 0;
   padding: 0;
}

body {
   /* CADA vw ES UN 1% DEL ANCHO DEL VIEWPORT */
   width: 100vw;
   /* CADA vH ES UN 1% DEL ALTO DEL VIEWPORT */
   height: 100vh;
}


ul {
   list-style: none;
}