.center_plot {
    margin: auto;
    text-align: center;
}

.section {
    text-align: center;
    font-size: 70px;
}

.text {
    text-align: center;
    font-size: 35px;
}
div.tooltip{
  position: absolute;
  text-align: center;
  width: "fit-content";
  height: "fit-content";
  padding: 5px;
  background: gray;
  pointer-events: none;
}
.axis-label {
    font-size: 40px;
    font-weight: bold;
  }
  