#countdown {
    background: #000000;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
}
#countdown-timer {
    margin: 0px auto;
}
.text-center {
 max-width: 670px !important;
 
}

.grey-box {
    background-color: #000000;
     border-radius: 50px;
     background: rgba(0, 0, 0, 0.4);
     padding: 40px;
    margin-top: 50px;
}
.container {
    max-width: 670px !important;
}
