@charset "utf-8";
/* CSS Document */
body {
	align-content: center:}
img.banner {
	align-content: center:
	display: block:
	width: 100%:
	border: 5px: 
	border-style: groove:
	
}
.flex-container {
	display: flex;
	flex-direction: row;
	background-color: lightblue;
}
.container div {
	background-color: lightblue;
	margin: 25%;
	padding: 2%;
}
.row:after{
	content: "";
	display: table;
	clear: both;
}