body {
	background-color: brown;
}
h1 {
	color: yellow;
	text-align: center;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}