body {
	margin: 32px;
	font-family: "apple";
	background-image: url("bg.png");
	color: white;
}

center {
	background-color: grey;
	margin-left: 64px;
	margin-right: 64px;
}

p {
	margin: auto;
	margin-left: 16px;
	margin-right: 16px;
}

ul {
	list-style-position: inside;
}

@font-face {
	font-family: "apple";
	src: url("AppleGaramond.ttf");
}