
body { font-family: Arial, sans-serif; margin: 2rem; background: #f8f8f8; }
h1, h2 { color: #333; }
input, select, button { margin: 0.5rem 0; display: block; padding: 0.5rem; width: 100%; max-width: 400px; }
section { margin-bottom: 2rem; background: #fff; padding: 1rem; border-radius: 8px; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
#generatedImage img { margin-top: 1rem; border: 1px solid #ccc; border-radius: 4px; }
