a {
    color: #a20002;
    text-decoration: none;
}

.progress {
    display: flex;
    height: 2rem;
    overflow: hidden;
    font-size: .7rem;
    font-weight: 600;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007208;
    transition: width .6s ease;
}
