#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;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    #project-img-container {
        padding: 0 10px;
    }
    
    .project-image {
        width: 100%;
    }
}
