@import url("https://fonts.googleapis.com/css?family=Inter");

body {
  font-family: 'Inter', sans-serif !important;
  background-color:  #000609;
  padding:0;
  margin:0;
} 


#timeline{
    position:fixed;
    left: 0px; top: 120px;
    float:left; display:inline; width: 100px;
    padding: 10px;
    z-index: 100;
}
#commands-bar{
    position:fixed;
    left: 000px; top: 0px;
    padding: 30px;
    z-index: 100;
}

#commands-bar-2{
    position:fixed;
    left: 200px; top: 0px;
    padding: 30px;
    z-index: 100;
}

#commands-bar-3{
    position:fixed;
    left: 400px; top: 0px;
    padding: 30px;
    z-index: 100;
}

#audioOn-bar{
    position:fixed;
    right: 10px; top: 10px;
    padding: 10px;
    z-index: 100;
    color: white;
    border: 1px solid white;
    height: auto;
    width: auto;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    outline-style: solid;
    outline-color: rgb(255, 255, 255);
}

#text-logs{
    position:fixed;
    right: 10px; bottom: 10px;
    padding: 0px;
    z-index: 100;
    color: white;
    border: 1px solid white;
    height: 20px;
    width: 20px;
    font-size: 15px;
    /*background-color: rgba(0, 128, 0, 0.2);
    outline-style: solid;
    outline-color: coral;*/
}

#scatterPlot{
    position:fixed;

}

#composition-bar {
    position:absolute;
    left: 50px; top: 120px;
    float:left; display:inline; width: 150px;
}

.overlay {
    background-color: rgba(255, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

