body {
	background-color: whitesmoke;
	margin: 0px;
}

h1 {
	background-color: #c45862;
	color: whitesmoke;
	height: 100px;
	width: auto;
	text-align: center;
	line-height: 100px;
	font-family: 'acme', sans-serif;
	margin: 0px;
}

h3 {
	color: #bbcd47;
	font-weight: bold;
	
}

img {
	width: 128px;
	height: auto;
}

a {
	color: #d23902;
}

li {
	text-align: left;
	margin-left: 30px;
	/* list-style: none; */
}

hr {
	border: 1px dotted #2a6331;
	scale: 1.5em;
	margin: 10px;
}

button {
	border: none;
	font-size: 30px;
	background-color: #bbcd474e;
	border-bottom: 2px solid #bbcd47;
	font-family: 'acme', sans-serif;
}

button:hover {
	background-color: #bbcd47;
	color: whitesmoke;
}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'acme', sans-serif;
	color: #04576e;
	background-color: whitesmoke;
	border-radius: 20px;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: -5px 5px 0px 0px #5f89ca;
	border: 2px dashed #5f89ca;
}

.design {
	display: flex;
}

.blocks {
	width: 300px;
}

.blocks p {
	text-align: left;
	margin-left: 125px;
}

.product {
	display: flex;
	justify-content: space-evenly;
}

#bottompawprint {
	background-color: #c45862;
	color: whitesmoke;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-family: 'acme', sans-serif;
}