.page
{	
	display: flex;
	flex-direction: column;
	width: auto;		
}
.container
{	
	display: flex;	
	flex-direction: row;
	width: auto;
	background-color: #fff;		
}

.header{
	display: flex;	
	width: 100%;		
}

.center
{
	width: 50%;	
	height: auto;	
	background-color: #fff;		
	display: flex;
	flex-direction: column;		
}
.right
{
	width: 50%;	
	height: auto;
	display: flex;
	background-color: #fff;			
	flex-direction: column;		
}
.centerup{	
	width: auto;
	height: auto;	
	background-color: #aaf;
	font-size: 18;			
	margin-right: 5%;	
	margin-bottom: 5%;
	margin-top: 5%;
	margin-left: 5%;
	text-align: center;
	border: 1px solid;
	flex-grow: 1;
}
.rightup{	
	height: auto;	
	width: auto;
	background-color: #aaf;
	font-size: 16;			
	margin-right: 5%;	
	margin-bottom: 5%;
	margin-top: 5%;
	margin-left: 5%;
	text-align: justify;	
	border: 1px solid;
}
.submit{
	font-size: 20;
	font-family: timesnewromans;
	font-weight: bold;
	margin-left: 10%;
	margin-top: 5%;
}
.headerimage{
	width: 100%;
}


@media (max-width: 800px){	
	.center{
		width: 50%;
	}
	.right{
		width: 50%;
	}
	 .centerup{
		font-size: 16;		
	}
	 .rightup{
		font-size: 14;		
	}	
}	