 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } body { font-family: Arial, sans-serif; background: #f4f4f4; margin: 0; padding: 0; } .header { background: #007bff; color: white; text-align: center; padding: 40px 20px; } .header h1 { font-size: 2.5em; margin-bottom: 10px; } .header p { font-size: 1.2em; margin-top: 0; } .container { max-width: 800px; margin: 50px auto; background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } .message { background: #f1f1f1; padding: 10px 15px; border-radius: 12px; margin-bottom: 15px; } .user-message { background: #cde7ff; text-align: right; } .options button { background: #007bff; color: white; border: none; padding: 12px 20px; margin: 10px; border-radius: 8px; cursor: pointer; font-size: 1em; } .cta-button { background: #28a745; color: white; padding: 15px; font-size: 18px; border: none; border-radius: 12px; width: 100%; margin-top: 20px; cursor: pointer; } .cta-button:hover { background: #218838; } .chat { display: flex; flex-direction: column; } .hidden { display: none; } @media (max-width: 600px) { .header h1 { font-size: 2em; } .header p { font-size: 1em; } .container { padding: 20px; } .message { padding: 8px 12px; } }
