body {
    font-family: Arial, sans-serif;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

.logo {
    max-width: 550px;
}

h1 {
    font-size: 2.5em;
    margin: 0;
}

p {
    font-size: 1.2em;
    margin: 10px 0;
}

.countdown {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
}

.footer {
    position: absolute;
    bottom: 20px;
    font-size: 0.8em;
    color: #777;
}