* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #f4f4f4; } .maintenance-container { text-align: center; background-color: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } h1 { font-size: 2.5rem; color: #333; margin-bottom: 20px; } p { font-size: 1.2rem; color: #555; margin-bottom: 15px; } .timer { font-size: 1.5rem; color: #f39c12; } #countdown { font-weight: bold; color: #e74c3c; }