.square {
	width:100%;
	height:auto;
}


.flex-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}


