body {
    background: url('./images/bg01.jpg') no-repeat center center/cover;
	font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f4f4f4;
    text-align: center;
}

. .container {
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.image-container {
    max-width: 500px;
    margin: 0 auto 20px;
}

#logo {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#countdown {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.countdown-item {
    margin: 0 15px;
}

.countdown-item span {
    font-size: 2em;
    font-weight: bold;
    display: block;
}

@media (max-width: 600px) {
    #countdown {
        flex-wrap: wrap;
    }

    .countdown-item {
        margin: 10px 10px;
    }
}

h1  {
    font-size: 2.5em;
}
h2  {
    font-size: 1.2em;
}
