#home img {
margin: 10px;
}

#home h2 {
margin-bottom: 10px;
}

#home p {
margin-bottom: 10px;
}

#home h3 {
	margin-top: 20px;
	background-color: #F5F3F4;
	width: 180px;
	margin-left: auto;
	margin-right:auto;

	position: relative;
	top: 12px;
}

#home #products {
	border: solid #0F006F 1px;
	width:300px;
	margin-left: auto;
	margin-right:auto;
	

}

#home .product {
	width:150px;
	margin-left: auto;
	margin-right:auto;
}

#home .product p {
	margin-bottom: 5px;
	text-align: center;
}