#project-img-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 25px;
}
.project-container{
	display: flex;
	flex-direction: column;
}
.project-container h3{
	align-self: start;
	margin-left: 2px;
}
.project-title-nolink{
	color: white;
	margin-bottom: 4px;
	font-size: 1.17em;
}
.project-container a{
	color: white;
	margin-bottom: 4px;
	font-size: 1.17em;
}
.project-container a:hover{
	color: grey;
}
.project-image{
	width: 934px;
}
