.progressBar {
    margin: auto;
    border: solid 1px #5b73c7;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    background: #5b73c7;
    overflow: hidden;
}

.progressText {
    display: block;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.7);
    -webkit-background-clip: text;
    color: transparent;
}
