.column img ,.column2 img,.column3 img{
	width: 100%;
	border:3px solid black;
	filter: grayscale(100%);
	transition: 1s;
}

.column img:hover ,.column2 img:hover,.column3 img:hover{
	filter: grayscale(0);
	transform: scale(1.1);
	
}

.rows{
	width: 100%;
	display: table;
	content: "";
	margin-top: 20px;
}


.left{
	width: 33.33%;
	float: left;
	padding: 3px;
}

.center{
	width: 33.33%;
	float: left;
	padding: 3px;

}

.right{
	width: 33.33%;
	float: right;
	padding: 3px;
}

h1{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: white;
	font-family: "Georgia";
	
}