body {
	padding: 20px;
	background: #282c34;
	font-family: sans-serif;
	color: #def;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #9af;
}

pre {
	background: #2c3340;
	color: #def;
	font-weight: bold;
	padding: 15px;
}

code {
	font-weight: bold;
	font-size: large;
}
