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