
html, body {
    background: #222222;
    color: #ffffff;
}

.content {
    padding: 1rem;
}


h2 {
    font-size: 1.7rem;
}

span.plus {
    color: #198754;
}

span.plus:before {
    content: "+";
}

span.minus {
    color: red;
}



.redbg {
    background: red;
}

.orangebg {
    background: orange;
}

.progressBar {
    width: 100%;
    max-width: 30rem;
    margin:auto;
    height: .3rem;
    /*display: inline-block;*/
    background: rgba(25, 135, 84, 0.2);
}

.progressBar .bar {
    height: .3rem;
    background: #198754;
    width: 10%;
}





