.button-ai { background-color: turquoise !important; border: 2px solid white !important; color: white !important; transition: all 0.3s; }
.button-ai:hover { transform: scale(1.1); }