body {
	text-align: center; 
	margin: auto; 
	background-color: #212121; 
	color: #e0e0e0;
	word-break: break-word;
	font-size: large;
}

a {
	color: #07c;
	text-decoration: none;
}
a:hover {
	color: #059;
	text-decoration: underline;
}

h1 {
	font-size: xxx-large;
}

blockquote::before { content: open-quote; }
blockquote::after { content: close-quote; }
section { 
	background: #1C1C1C;
	width: 100%; 
	margin-top: 16px;
	margin-bottom: 32px;
	padding-top: 8px;
	padding-bottom: 16px;
	
}
li {
	display: inline-block;
	margin: 16px;
}