/* comment */

body {
	background-color: lavenderblush;
	font-family: trebuchet MS;
	font-size: 28px;
	font-weight: bold;
	text-align: center; /* Centers all text in the body */
}

#container {
	width: 650px;
	margin: 0 auto;
}

h1 {
	/* text color */
	color: hotpink;
	font-family: Georgia;
	font-size: 40px;
	border: 8px dotted; #FFB6C1;
	padding: 24px;
	text-align: center;
	border-radius: 31px;
}

#container {
	width: 650px;
	margin: 0 auto;

p {
	color: mediumaquamarine;
}

img {
	width: 100%;
}