.flex-container {
	height: 25vh;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.flex-container > div {
}
