body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #1d2671, #c33764);
    color: white;
    text-align: center;
}

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

h1 {
    margin: 0;
    font-size: 3em;
}

p {
    font-size: 1.2em;
}

#countdown {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

#countdown div {
    font-size: 2em;
}