.main h2 {
	text-align: center;
}
.main h3 {
	text-align: center;
}
#this-h1-h3-error-is-stupid-quick-fix h2 {
	font-size: 20px;
}
.render-warning {
	font-size: 16px;
}
@media only screen {
	.render-warning {
		display: none;
	}
	.project-card {
		flex: 1 1 300px;
		max-width: 32%;
	}
}
.render-warning {
	text-align: center;
	background-color: yellow;
	margin-bottom: 0.55em;
}
.project-card {
	background-color: white;
	border: 2px solid orange;
	margin-bottom: 10px;
	padding: 15px;
	margin: 3px 3px 3px 3px;
}
.project-overview {  /*For modern browsers*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.project-card a {
	text-align: center;
	font-size: 1.5em;
	text-decoration: none;
	color: indigo;
}