.simply-countdown{
    overflow:hidden;
    display:table;
    font-family:'Arial',sans-serif;
    margin:auto;
}

.simply-countdown>.simply-section{
    width:50px;
    height:50px;
    padding:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    float:left;
    margin:15px;
    background:#EBC98D;
    color: rgb(41, 41, 41);
    box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-radius:25%;

}

.simply-countdown>.simply-section .simply-amount,.simply-countdown>.simply-section .simply-word{
        display:block;
        text-align:center;
        font-weight: bold;
}