body {
margin: 0;
padding: 0;
background: #0d0d0d;
color: #ffffff;
font-family: 'Arial Black', Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}


.container {
padding: 20px;
border: 3px solid #ff3333;
border-radius: 10px;
box-shadow: 0 0 25px #ff3333;
}


h1 {
font-size: 3rem;
color: #ff4444;
text-shadow: 0 0 10px #ff0000;
}


.warning {
font-size: 1.2rem;
margin-bottom: 20px;
color: #ff9999;
}


.countdown {
font-size: 2rem;
font-weight: bold;
color: #ff4444;
text-shadow: 0 0 8px #ff0000;
margin-bottom: 20px;
}


.footer {
color: #777;
font-size: 0.9rem;
}