.progress {
    width     : 100%;
    height    : 100%;
    z-index   : 9999;
    display   : flex;
    background: transparent;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 200;

}

.center_progress {
    flex : 0 0 auto;
    width: 100%;
    text-align: center !important;
}