.bg-reached {
    background-color: #22bb45; /* green */
}

.bg-notreached {
    background-color: #ff0f0f; /* red */
}


