body {
    margin: 0;
    font-family: sans-serif;
    background-image: url('background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.container {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
}

.logo {
    width: 237px;
    height: 237px;
    border-radius: 50%;
    margin-bottom: -30px;
}

h1 {
    font-size: 1.8em;
    margin-bottom: 15px;
    line-height: 1.2;
}

p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

#countdown {
    font-size: 2em;
    font-weight: bold;
}
