colorInformation{
	background-color: #224666;	/* blue */
	background-color: #FAE8C2;	/* tan */
	background-color: #A8A8A8;	/* gray */
}
#contact_form{
	display: flex;
  justify-content: center;
  width: 600px;
  margin: 50px auto;
  border: black 2px solid;
  border-radius: 20px;
  padding: 15px;
  background-color: #FAE8C2;
}
#contact_form li{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 0 10px 0;
}
#contact_form label{
	display: inline-block;
	width:175px;
	text-align: right;
}
#contact_form input{
	width: 200px;
}
#sendComment{
	text-align: center;
	margin: 0 auto;
}