*		{ font-family:	sans-serif; }
body	{ background:	#e0e0e0; }

.gallery_title {
	text-align:			center;
	color:				#09c;
	margin:				30px 0 50px;
}
.gallery {
	margin:				10px 50px;
	display:			flex;
	flex-wrap:			wrap;
	justify-content:	center;
	align-items:		center;
}
.gallery img {
	width:				230px;
	padding:			7px;
}

.gallery img:hover {
	transform:			scale(1.05);
	border:				3px solid black;
	padding:			0px;
}
