path.oscBar {
    stroke-dashoffset: 0;
    /* stroke-linecap: round; */
    fill: none;
    /* -webkit-transition: all 200ms;
    transition: all 200ms; */
}

.oscBar:hover {
    stroke: white;
    stroke-dashoffset: 100;
}