body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

p {
  margin-left: 20vw;
  margin-right: 20vw;
}

.chart-container {
  position: relative;
  width: 80vw;
  height: max-content;
}



canvas:after {
  content: '';
  display: block;
  position: absolute;
  right: -2rem;
  width: 2rem;
  height: 1px;
}
