body {
	text-align: center;
	background-color: beige;
}

h1 {
	color: brown;
	text-shadow: 2px 2px red;
}

h2 {
	color: darkslateblue;
	text-shadow: 1px 1px red;
}

h4 {
	color: darkred;
}

p {
	text-shadow: 1px 1px gold;
}

img {
	width: 128px;
	height: 128px;
}