body {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#chart {
  width: 75vw;
  height: 75vh;
}

.blue-text{
  color: blue;
  font-size: xx-large;
}