body {
	background-color: white;
	margin-left: 30em;
	font-family: "Georgia";
}

h2 {
	margin-top: 2em;
}

h1, h2 {
	color: black;
	font-family: "Georgia";
}

p {
	max-width: 30em;
}

.author {
	text-align: right;	
}

ul.content {
	padding-inline-start: 0;
}

ul.content li {
	list-style-type: none;
	margin-bottom: 1em;
}

.toc {
	position: fixed;
	left: 5em;
	top: 0;
	max-width: 15em;
}

.toc > h2 {
	margin-top: 1em;
	
}

.hr {
	margin:0;
	max-width: 30em;	
}