html {
	height: 100%;
}

body {
	height: 100%;
}

.flex-container {
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	gap: 5px;
}
