#title {
	font-size: 2em;
	font-weight: 800;
}

#charts {
  display: grid;
  grid-auto-rows: minmax(325px, 1fr);
  height: 90vh;
  overflow-y: auto;
}