#progress-container {
    width: 100%;
    height: 1px;
    background-color: inherit;
    z-index: 1;
    visibility: visible!important;
}
#progress-bar {
    height: 1px;
    width: 0%;
    background-color: #e9426c77;
    /* background-color: #6e57e0; */
}
@media screen and (max-width: 990px){
    #progress-container {
        width: 100vw;
        position: absolute;
        top: -4vw;
        left: -47vw;
        height: 6px;
    }
    #progress-bar {
        height: 6px;
        background-color: #e9426c93;
    }
}  
