

body {
    font-family: "helvetica", sans-serif;
    text-align: center;
  }

.chart-container {
    position: relative;
    height: 60vh;
    width: 100vw;
    display: flex;
    justify-content: center;
}