
body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
    margin: 0;
}

.coming-soon-container {
    text-align: center;
}

#countdown-timer {
    font-size: 24px;
    color: #333;
}
