.container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 2.5em;
	
	margin-right: auto; 
	margin-left: auto;
}

.element {
	/*flex: 1 1 auto;*/
	flex-basis: 20%;
	margin-bottom: 1.5em;
	flex-grow: 0;
}