*{
	padding: 0px;
	margin:0px;
}
div{
width: 960px;
height: 800px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 40px auto;
}
		
img{
width: 300px;
height: 300px;
}

img:hover{
transition: all 1s;
transform: scale(1.1);
transform-origin: center;
cursor: pointer;
position: relative;
z-index: 0;
}

h1{
font-family: fantasy; 
box-shadow: 2px 2px 2px #888888; 
width: 300px;
height: 50px;
margin-top: 30px;
text-align: center;	
border-bottom : 2.4px solid black;
border-right: 2.4px solid black;
}
h1:hover{
color:green;
cursor: pointer;
}
