/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .progress span {
    position: absolute;
    top: 3px;
    color: white;
    text-shadow: black 2px 2px 2px;
    left: calc(50% - 6px);
}

.progress {
    position: relative;
}