@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

body {
  font-family: 'Noto Sans', sans-serif;
  max-height: 100vh;
}

#main {
  width: 100%;
  max-height: 100vh;
}

canvas {
  display: block;
  margin: auto;
}

#caption {
  width: 90%;
  margin: auto;
  text-align: center;
  display: grid;
  grid-template-columns: 50% 50%;
  max-height: 20vh;
}

#rightcolumn {
  overflow-y: scroll;
  max-height: 20vh;
}
