.jsprogresbar{
    margin-top: 55px;
}


.sjpogress {

    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;

  margin-top: 5px;
  margin-bottom: 5px;
}

.sjprogrestext {
    font-size: 20px;
    text-align: center;
}
.progress-bar {
    height: 20px;
    background-color: #263238; 
 }

 /*@media (max-width: 450px){
    .sjprogrestext {
        height: 16px;
    }
 }*/