h1 {
	color: rgb(61, 61, 210);
	text-align: center;
	background-color:powderblue; 
	margin-left:auto ;
	margin-right: auto;
	font-size: 3em;
}

body{
	background-color:tomato
}

#main {
	color:bisque;
	font-size:2em;
}
#happy-dog {
	width: 70vw;
	display: block;
	margin-left: auto; /* The margin auto aligns the image to the center */
	margin-right: auto;

}