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

h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
    color: #2c3e50;
}

p {
    font-size: 1.5em;
    margin-bottom: 1em;
    color: #7f8c8d;
}

.countdown {
    font-size: 2em;
    color: #e74c3c;
}

.footer {
    position: absolute;
    bottom: 20px;
    font-size: 0.8em;
    color: #bdc3c7;
}