.box {
	display: flex;
	flex-direction: column;
	height: calc(100vh - var(--nav_height) - 8px);
}
