.contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-items: center;
	margin: 80px auto;
	/* border: 1px solid black; */
	width: 60%;
	height: 600px;
}
.contact_item {
	display: flex;
	flex-direction: row;
	margin: 20px;
}
.contact_name {
	font-size: 24px;
}
.contact_content {
	font-size: 24px;
}