/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 12 2025 | 06:51:25 */
.zoom {
  transition: all 0.3s ease-in-out;
}

.zoom:hover {
  transform: scale(1.2);
}