h1 {
	text-align: center;
}

.projects {
	overflow: hidden;
	margin: auto;
	text-align: center;
}

.project {
	background-size: cover;
	width: 250px;
	height: 250px;
	margin: 10px;
	display: inline-block;
	position: relative;
}

.project span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 1.2em;
	padding-bottom: 0.1em;
}