.graph_box {
	border-radius: 0.2em;
	height: 100%;
	font-size: 0.9em;
	color: #FFF;
}

.graph_box>h2 {
	font-size: 1.1em;
	color: var(--h2_color);
	font-weight: bold;
	text-decoration: none;
	margin-top: 0.1em;
	margin-bottom: 0.6em;
}

.full_height_graph_container {
	height: 100%;
}

.quadradic_graph_container {
	margin-left: auto;
  	margin-right: auto;
	width: 100%;
	aspect-ratio: 1 / 1;
}
