

/* css below is different than my other pages*/

.info{
	border: black solid 1px;
	width: 300px;
	height: 100px;
	border-radius: 10px;
}
.shop{
	background-color: #FFAAAA;
	margin: 10px;
	padding: 10px;
	float: left;
	font-size: 16pt;
	width: 300px;
	height: 300px;
	border-radius: 10px;
}
/*info about the product*/


img{
	height: 200px;
	width: 300px;
}
p{
	text-align: center;
}