
body {
	color: black;
	background: LightGray;
	max-width: 800px;
  font-family: "Times New Roman", Georgia, serif;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	color: white;
	background: black;
	text-align: center;
}

h2 {
	text-align: center;
}

