body { background: url('bg.png') no-repeat center center fixed; background-size: cover; font-family: monospace; color: #00ff88 !important; } .gradio-container { background-color: rgba(0, 0, 0, 0.8) !important; border-radius: 12px; padding: 20px; box-shadow: 0 0 20px #00ff88; } h1, h2, h3, label, .gr-button { color: #00ff88 !important; } .gr-button { background-color: black !important; border: 1px solid #00ff88 !important; color: #00ff88 !important; }