.projectList {
	text-align: center;
}

.project .projectTitle {
	display: inline-block;
	font-size: 30px;
	font-weight: bolder;
	color: rgba(0, 0, 0, 0.3);
	border-bottom: 2px solid rgb(10,113,254);
}

.imgDesc {
	color: #816943;
	width: 60%;
	display: block;
	margin: 0 auto;
	text-align: left;
}



