@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* Reseteamos el diseño */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    font-family: "Poppins", serif;
    background-color: var(--colorFondo);
}
img{
  max-width: 100%;
}


html{
  width: 100%;
  height: 100%;
}

body{
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}
