/*@media (max-width: 500px) {
    h1 {
        font-size: 45px;
    }

    .time {
        margin: 5px;
    }

    .time h2 {
        font-size: 12px;
    }

    .time small {
        font-size: 10px;
    }
}*/

.coming-soon {
    /*min-height: 100vh;*/
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-color: red;
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    width: 100%;
    color: white;
}

.countdown {
    display: flex;
    text-align: center;
    justify-content: space-around;
}

.time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px;
}

    .time h2 {
        font-weight: bold;
        font-size: 36px;
        line-height: 1;
        margin: 0 0 5px;
    }

