button-ai {
  background-color: black !important;
  border: 2px solid grey !important;
  color: white !important;
  transition: all 0.2s ease-in-out !important;
}

button-ai:hover {
  transform: scale(1.1) !important;
  font-size: 1.2rem !important;
}