body {
	font-family: Verdana, sans-serif;
}

h1 {
	text-align: center;
	color: #FFF;
	margin: 30px 0 50px;
}

.gallery {
	margin: 10px 50px;
	width: 90%;
}

.gallery img {
	padding: 5px;
	filter: grayscale(100%);
	transition: 1s;
	height: 135px;
}

.gallery img:hover {
    filter: grayscale(100%);
    transform: scale(1.1);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.data-title {
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:1em;
}
