body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #000;
   
}

#audioControlsContainer{
    position: fixed;
    display: flex;
    width: 50vw;
    top: 10px;
    left: calc(50% - 25vw);
    right:50%;
    align-items: center;
    justify-content: space-evenly;
}


#container {

    background: #000;
    width: 100%;
    height: 100%;
    
    
}

#canvas {
    width: 100%;
    height: 100%;

}

#progressBar{
    flex-grow: 3;
}

.source{ 
    position:absolute;
    bottom:0;
    color:#6c757d;

}

