pre {
	font-family: "Source Code Pro", "Consolas", monospace;
}

html {
	background: #112;
	font-size: 16px;
	color: #eff;
	font-family: "Source Code Pro", "Consolas", monospace;
}

a {
	color: #cee;
	transition: 0.5s;
}

a:visited {
	color: #cee;
}

a:hover {
	color: #eff;
}

small {
	color: #899;
}
