/* custom.css */ body { font-family: 'Arial', sans-serif; background-color: #f5f5f5; } .gradio_content { border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .gradio_button { background: linear-gradient(to right, #6A82FB, #FC5C7D); transition: transform 0.2s; } .gradio_button:hover { transform: scale(1.05); }