body {
    font-family: "ABeeZee", sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

h1 {
    color: #333;
}

p {
    color: #666;
    margin-bottom: 20px;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    margin-bottom: 20px;
}

#countdown {
    font-size: 20px;
    color: #777;
}
