#myProgress {
    background-color: lightgray;
    border-radius: 15px;
}

#myBar {
    width: 1%;
    height: 20px;
    line-height: 20px;
    background-color: var(--color-ki);
    border-radius: 15px 0px 0px 15px;
    color: white;   
    text-align: center;
}

@media screen and (max-width:900px) {
    #myProgress {
        width: 95%;
    }  
}