.button-ai { background-color: yellow !important; color: black !important; transition: transform 0.3s; }
.button-ai:hover { transform: scale(1.1); }