.wrap{
    display: inline-block;
    font-family: "Electrolize", sans-serif;
	padding: 60px 0 80px 0;
	width: 100%;
	background-color: hsl(200, 85%, 46%);
	font-size: 30px;
	font-weight: bold;
}
.php-wrap{
    display: inline-block;
    font-family: "Electrolize", sans-serif;
	padding: 60px 0 80px 0;
	width: 100%;
	background-color: #fff;
	font-size: 30px;
	font-weight: bold;
}
h2{
	margin0: 0;
	font-size: 23px;
}
.wrap h2{
	color: #fff;
}
.php-wrap h2{
	color: hsl(200, 85%, 46%);
}
.content{
	max-width: 1100px;
	margin: 0 auto;
}
a.item{
	float: left;
	display: inline-block;
	text-decoration: none;
}
a.php-item{
	float: left;
	display: inline-block;
	text-decoration: none;
}
.thumb{
	width: 200px;
	height: 230px;
	background-color: hsl(0, 50%, 100%);
    transition: all 0.3s ease;
	margin: 8px;
}
a.php-item .thumb{
	width: 200px;
	height: 230px;
	background-color: hsl(200, 85%, 46%);
	color: #fff;
    transition: all 0.3s ease;
	margin: 8px;
}
.thumb:hover{
    transform: scale(1.05);
}
.thumb h3{
	background-color:  hsl(200, 85%, 30%);
	padding: 8px 0;
	color: #fff;
	margin: 0;
	font-size: 16px;
}
.fa{
	color: hsl(200, 85%, 36%);
	font-size: 100px;
	margin-top: 42px;
}
a.php-item .thumb .fa{
	color: #fff;
}