.progressgreen {
    background-color: #198754}

.progressred {
    background-color: #871919}

.progressorange {
    background-color: #f57927}

.paraghMini {
    font-size: 0.6em}

.bgStop {
    background-image: url("../assets/Buttons/stop.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    height: 110px;
    min-height: 110px;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    max-height: 110px}

.bgStop:hover {
    background-image: url("../assets/Buttons/stopOver.png");
    }


.bgStart {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    height: 110px;
    min-height: 110px;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    max-height: 110px;
    background-image: url("../assets/Buttons/start.png")}

.bgStart:hover {
    background-image: url("../assets/Buttons/startOver.png");
    }


.bgZwZ {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    height: 110px;
    min-height: 110px;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    max-height: 110px;
    background-image: url("../assets/Buttons/zwz.png")}

.bgZwZ:hover {
    background-image: url("../assets/Buttons/zwzOver.png")}
