body {
	font-family: monospace;
	background-color: #181411;
	color: #bfbbb6;
	font-size: 16pt;
	max-width: 50em;
	margin: auto;
}

h1 {
	font-size: 20pt;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #bfbbb6;
}

code, pre {
	font-size: 16pt;
	background: #2b2722;
	max-width: 50em;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.icon {
	height: 31px;
	border: 0;
	display: inline;
	margin: 0;
}

ul li:before {
	content: "- ";
}

ul li {
	list-style-type: none;
}
