h2 {
  margin: 0;
  text-align: center;
  font-size: 18.5px;
  font-family: "rubik", arial;
  font-weight: bold;
}

.chart-container {
  display: block;
  width: 100%;
  height: 260px;
  text-align: center;
  position: relative;
}

.turnover-logo-image {
  opacity: 1;
  position: absolute;
  width: 25%;
  left: 81%;
  bottom: 64%;
  z-index: 100;
  transform: rotate(270deg);
}
