#bar{
    width: 100%;
    height: 20px;
    background-color: white;
    margin-top: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}
#innerBar{
    height: 100%;
    background-color: #27ae60;
    width: 0%;
    border-radius: 4px;
}