container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

shoe {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 1rem;
}
