body {
	color: #222;
	font-family: 'IBM Plex Serif', serif;
}
pre, code, kbd {
	font-family: 'IBM Plex Mono', monospace;
}
h1, h2, .navbar-brand {
	text-shadow: 1px 1px #CCC;
}
a {
	color: #F50;
	text-decoration: none;
}
a:hover {
	color: #05A;
}
pre {
	line-height: 120%;
	overflow: auto;
	border: thin solid #CDE;
	border-radius: 1ex;
	padding: 1ex 2ex;
}
article, section {
	margin-top: 3em;
	margin-bottom: 2em;
}
article header {
	margin-bottom: 1em;
}
article footer {
	margin-top: 1em;
}
time, address {
	color: #999;
	font-size: small;
}
figcaption {
	font-style: italic;
	margin-bottom: 2ex;
}
img {
	margin-right: 1ex;
	margin-bottom: 1ex;
	border-radius: 1ex;
}
