#item{
	position:relative;
	width:300px;
	height:350px;
	border-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
img#item:hover{
	width: 305px;
	height: 355px;
}

p#smallTitle{
	font-size: 24px;
	font-family: rockwell;
	color: white;
	background-color: rgb(0,170,173);
}
