body { font-family: sans-serif; } .gradio-container { border-radius: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); padding: 20px; } .gr-button { background-color: #4CAF50; color: white; border: none; padding: 6px 12px; font-size: 14px; cursor: pointer; border-radius: 5px; } .gr-button:hover { background-color: #4a894c; } .description { margin-top: 40px; margin-bottom:-10px; }