body {
	background-color: #000;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
	width: 820px;



}

h1 {
		font-size: 32px; 
		font-style: italic;
		font-weight: normal;
		margin-right: 20px;
		text-align: right;
}

p {
	font-size: 60px; 
	font-weight: bold;

}

