html {
    overflow-x: hidden;
}

.bar-rounded {
    display: block;
    width: 10rem;

    height:0.5rem;
    background-color: orange !important;
    border-radius: 5rem;
}