.container{
	width: 75%;
	max-width: 1300px;
	background-color: beige;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

header{
	text-align: center;
}

 .flexitem{
 	display: flex;
 	flex-direction: column;
 	width: 50%;
 	
 }