body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f4f4;
}

#comingSoonContainer {
    text-align: center;
}

#countdown {
    font-size: 2rem;
    margin-top: 20px;
}

#days {
    color: #42813c;
    font-weight: bold;
}