.scale {
    transition: 1s;
   }
   .scale:hover {
    transform: scale(1.2);
   }