.button-ai { background-color: darkgreen; color: blue; border-radius: 5px; transition: font-size 0.2s; }
.button-ai:hover { font-size: 1.1em; }