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

.container {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 600px;
}

.logo {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5em;
    color: #0056b3;
    margin-bottom: 10px;
}

p {
    font-size: 1.2em;
    line-height: 1.6;
}

.countdown {
    font-size: 2em;
    color: #d9534f;
    font-weight: bold;
    margin: 20px 0;
}

footer {
    margin-top: 20px;
    font-size: 0.9em;
    color: #777;
}

a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
