.page
{	
	display: flex;
	flex-direction: column;
	width: auto;	
	flex-wrap: wrap;
}
.container
{	
	display: flex;
	flex-direction: row;
	width: auto;
	background-color: #eee;		
}

.header{
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;	

}

.left
{
	width: 15%;	
	height: auto;	
	background-color: #aaf;
	font-size: 18;	
	display: flex;
	flex-wrap: wrap;		
	flex-direction: column;
	text-align: justify;	
	border: 2px solid;		
	margin-top: 5%;
	border-color: #22f;
	border-radius: 5%;
}
.center
{
	width: 55%;	
	height: auto;	
	background-color: #fff;	
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	flex-direction: column;	
}
.right
{
	width: 30%;	
	height: auto;	
	background-color: #fff;	
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	flex-direction: column;	
}
.centerup{	
	height: auto;	
	background-color: #aaf;
	font-size: 14;	
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	flex-direction: column;
	border: 2px solid;		
	margin-right: 5%;	
	margin-bottom: 5%;
	margin-top: 5%;
	margin-left: 5%;
	text-align: justify;
	border-color: #22f;
}
.centerdown{	
	height: auto;	
	background-color: #faa;
	font-size: 14;	
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	flex-direction: column;
	border: 2px solid;	
	border-color: #22f;
	margin-right: 5%;	
	margin-bottom: 5%;
	margin-top: 5%;
	margin-left: 5%;
	border-radius: 8%;
	text-align: justify;
}
.rightup{	
	height: auto;	
	background-color: #faa;
	font-size: 20;	
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	flex-direction: column;
	border: 2px solid;		
	margin-right: 5%;	
	margin-bottom: 5%;
	margin-top: 5%;
	margin-left: 5%;
	text-align: justify;
	padding-left: 5%;
	border-radius: 8%;
	border-color: #22f;
}
.rightdown{	
	height: auto;	
	background-color: #faa;
	font-size: 20;	
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	flex-direction: column;
	border: 2px solid;	
	margin-right: 5%;	
	margin-bottom: 5%;
	margin-top: 5%;
	margin-left: 5%;
	text-align: justify;
	border-radius: 8%;
	padding-left: 5%;
	border-color: #22f;
}
.submit{
	font-size: 20;
	font-family: timesnewromans;
	font-weight: bold;
	margin-left: 20%;
	margin-top: 5%;
}
.headerimage{
	width: 100%;
}
.centerdowncontent{
	margin-left: 3%;
	margin-right: 3%;
}


@media (max-width: 800px){
	.center{
		width: 70%;
	}
	.right{
		width: 30%;
	}
	 .centerup{
		font-size: 16;		
	}
	 .rightup{
		font-size: 14;		
	}
	 .left{
		font-size: 14;		
		width: 0%;;
	}
}	