/* Body CSS */
body {
	background-color:khaki;
}

h1 {
	font-size:40px;
	color:orange;
	text-align:center;
}

p {
	font-size:20px;
	padding: 0px;
}
