* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', sans-serif; background: url('bgnf.jpg') center/cover no-repeat fixed; background-color: #667eea; padding: 40px 20px; }
.container { max-width: 1200px; margin: 0 auto; background: rgba(255,255,255,0.98); border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,0.15); }
.header { background: linear-gradient(135deg, #2c3e50, #34495e); color: white; padding: 40px; display: flex; justify-content: space-between; }
.color-options { display: flex; gap: 12px; flex-wrap: wrap; }
.color-btn { width: 50px; height: 50px; border: 3px solid #ecf0f1; border-radius: 8px; cursor: pointer; }
.namensschild { background: white; border: 2px solid #333; border-radius: 4px; padding: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.namensschild-text { font-size: 48px; font-weight: bold; text-transform: uppercase; }
.order-button { width: 100%; padding: 16px; background: linear-gradient(135deg, #667eea, #764ba2); color: white; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; }