.zoom {
    padding: 50px;
  transition: transform 8s; /* Animation */
}

.zoomer:hover {
  transform: scale(1.12); 
}