text{
  font-family:Helvetica, Arial, sans-serif;
  font-size:11px;
  pointer-events:none;
}
#chart{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 40px;
}
#question{
  position: absolute;
  width:300px;
  height:400px;
  top:0;
  left:520px;
}
#question h1{
  font-size: 50px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  padding: 0;
  margin: 0;
  top:50%;
  -webkit-transform:translate(0,-50%);
          transform:translate(0,-50%);
}
body {

  background-size: cover;
  BACKGROUND-POSITION: center;
}
html,body {min-height:100%;}

.chartholder {
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.m1 {
  position: absolute;
   width: 100%;
  top: 0px;
  left: 0px;
  height: 120px;
  background-color: rgba(0,0,0,0.7);
  z-index: 10;
  text-align: center;
}