body {
  min-height: 100vh;
}

/* Remove hover scale to avoid conflict with the preview click */
/* #gallery img {
  width: 100%;
  height: auto;
  transition: transform 0.2s ease;
}

#gallery img:hover {
  transform: scale(1.05);
} */

/* Ensure the image in the gallery is clickable/previewable */
#gallery img {
  cursor: pointer;
}