.countdown{
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:300;
    padding: 10px;
    /*background-color: hsl(0, 0%, 100%);*/
    max-width: 400px;
    border-radius: 20px;
    font-size:4rem;
    line-height:1;
    margin:0 auto;
    position: relative;
}
.countdown-item{
    color:#fff;
    width:4rem;
    font-weight:800
}

.countdown-divider{
    color:#fff;
    width:2rem
}

.countdown-text{
    margin:0 auto;
    max-width:400px;
    padding-bottom:10px;
    color:#fff;
    font-size:.8rem;
    font-weight:700;
    display:flex;
    justify-content:center;
    align-items:center;
    text-transform:uppercase
}

.countdown-text span{
    width:4rem;
    margin-right:2rem
}

.countdown-text span:last-child{
    margin-right:0
}
