.button {
  cursor: pointer !important;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.button:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  transform: scale(1.03) !important;
}