body {
	font-size: 20px;
	font-family: helvetica;
	font-variant: small-caps;
	color: rgb(114, 17, 33);
	background-color: rgb(255, 188, 66);
	
	border-style: solid;
	border-width: 8px;
	border-color: rgb(114, 17, 33);
} 

h1 {
	color: rgb(247, 247, 255);
	background-color: rgb(114, 17, 33);

	font-variant: small-caps;
	font-weight: bold;
	font-size: 2.5em;
	text-align: center;
}

p {
    letter-spacing: 0.5em;
    word-spacing: 2em;
    line-height: 1.5;
    text-align: center;
}
