.button-ai { background-color: pink !important; transition: transform 0.3s ease-in-out; }
.button-ai:hover { transform: scale(1.1); }