button:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}