selector {
  transition: transform 0.3s ease;
  will-change: transform;
}

selector:hover {
  transform: scale(1.03);
}
