.button-ai {
  background-color: blue !important;
  border: 1px solid black !important;
  color: grey !important;
  transition: transform 0.2s ease-in-out !important;
}

.button-ai:hover {
  transform: scale(1.1) !important;
}