:root {
  --bs-body-font-family: 'Noto Sans', sans-serif;
}

body {
  background-color: hsl(120, 10%, 50%);
}

#plotCanvas {
    max-height: 500px;
}