/* Estilos personalizados */
body {
  scroll-behavior: smooth;
}

.gallery img {
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}
