.transform {
  transition: all 0.3s ease-out;
}

.transform:hover {
  transform: scale(1.5) rotate(25deg);
}
