.button-ai { background-color: black; border: 2px solid white; color: white; font-size: 16px; padding: 10px 20px; transition: font-size 0.3s; }
.button-ai:hover { font-size: 18px; }