body {
	color: #f0e7d5;
	background: #252525;
}
a:hover {
	color: #ffeb9b;
}
a {
	color: #ffcc00;
	font-weight: 400;
	text-decoration: none;
}
pre {
	white-space: normal;
	display: grid;
	grid-template-columns: auto auto;
}
@media only screen and (max-width: 500px)  {
	pre {
		grid-template-columns: 1fr;
		font-weight: 100;
	}
	pre a {
		font-weight: 400;
	}
}
h1 {
	font-size: 24px;
}
pre, h1 {
	max-width: 800px;
	margin: 0 auto;
}
