div#header
{
	background-color: red;
	border: 5px solid black;
}
div#content
{   background-color: red;
	border: 2px solid black;
	float: center;

}

p
{
	font-family: "Comic Sans MS", cursive, sans-serif;
}

#image
{
	height: 600px;
	width: 750px;
}
body
{
	background: lightblue url("https://ak5.picdn.net/shutterstock/videos/3683705/thumb/1.jpg");
	font-size: 18px;
}
.tamarindo
{
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}

.show-cart li 
{
	display: flex;
}
.card 
{
	margin-bottom: 20px;
}
.card-img-top 
{
	width: 200px;
	height: 200px;
	align-self: center;
}
