html {
  scroll-behavior: smooth;
}

/* Iconos Verticales */

a {
  /*color: none;*/
  text-decoration: none;
}

/* Cartas */

/* Glass */

.box {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

