.content-contact{
	width: 100%; 
	text-align: center;
	background-size: cover;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.content-contact .content-form{
		width: 400px;
		height: 300px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
		padding: 10px;
		
	}
	textarea{
		height: 130px;
		max-height: 150px;
	}
footer{
	width: 100%;
	height: 200px;
	background-color: #009900;
}
	