@charset "utf-8";
/* CSS Document */

.flexbox {
	width: 90%;
	margin: 5%;
	background: #F5ECCE;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:space-around;	
}

.flexelement {
	background:#FBFAF0;
	color:#6A0305;
	text-align:center;
	font-size: 1.2vw;
	width: 30%;
	margin: 1% 1% 2% 1%;
	padding: 20px 0 15px 0;			
}



