
section{
	max-width: 900px;
	margin: 0 auto; 
}

#email{
max-width: 900px;
margin-top: 100px  
}

.contact{
	width: 500px; 

}

textarea{
	height: 300px;
	margin: 5px;
}

#submit{
	background: #FF8B86;
	border-radius: 5px;
	height:40px;
	width:100px;
	font-size: 20px;
	color:white;
}