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