.musicbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
    background: white;
    box-shadow: 0px -2px black;
}