body {
    background-color: #977c9c;
    display: flex;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
}

.title {
  margin: 0px;

}

#viewArea{
  display:block;
  justify-content: center;
  min-width: 100%; 
  flex-basis: 100% ;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
}

#svgArea {
  display: block;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

svg {
  background-color: WhiteSmoke;
  width: 49%;
  height: 75vh;
  margin: 4px;
  border-radius: 10px;
}


#inputArea {
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}


/* Tooltip */
#tooltip {
    position: absolute;
    display: none;
    background: #fff;
    box-shadow: 3px 3px 3px 0px rgb(92 92 92 / 0.5);
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: 500;
    padding: 8px;
    min-width: 50px;
    color: #333;
  }
  .tooltip-title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
  }
  #tooltip ul {
    margin: 5px 0 0 0;
    padding-left: 20px;
  }

  .centreCircle {
    fill: lightgray;
    stroke: purple;
  }


  .bar1 {
    fill: gold
  }

  .bar2 {
    fill: purple
  }

 #sliderCounter {
  margin:0;
 }