@media only screen and (min-width: 900px) {
	body {
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
	}
}
@media only screen and (max-width: 900px) {
	img {
		width: 100% !important;
	}
}
@font-face {
	font-family: "JetBrains Mono";
	src: local("JetBrains Mono"), url("JetBrainsMono-Regular.woff2") format("woff2"), url("JetBrainsMono-Regular.woff") format("woff");
	font-display: swap;
}
body {
	font-family: sans-serif;
	color: #353333;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
article {
	padding-top: 3em;
}
article a {
	color: #004c99;
}
article a:visited {
	color: #3b35e6;
}
nav ul li {
	float: right;
	list-style-type: none;
	padding: 0.5em;
}
nav a {
	color: inherit;
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-weight: 500;
	line-height: 1em;
	color: #111;
}
h1 {
	font-size: 2em;
	border-bottom: 2px dashed;
	padding-bottom: 1rem;
}
code {
	font-family: "JetBrains Mono", "Liberation Mono", monospace;
	background-color: #eee;
	font-size: 0.9em;
}
pre {
	font-family: "JetBrains Mono", "Liberation Mono", monospace;
	tab-size: 4;
	-moz-tab-size: 4;
	overflow-x: auto;
	background-color: #eee;
	padding: 10px 15px;
	font-size: 0.9em;
}
img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
}
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
footer a {
	color: inherit;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
blockquote {
	border-left: 10px solid #ccc;
	background: #f9f9f9;
	margin: 0;
	padding: 2px 0 2px 0;
}
.articledate {
	color: grey;
}
.hl.num { color:#b07e00; }
.hl.esc { color:#ff00ff; }
.hl.str { color:#bf0303; }
.hl.pps { color:#818100; }
.hl.slc { color:#838183; font-style:italic; }
.hl.com { color:#838183; font-style:italic; }
.hl.ppc { color:#008200; }
.hl.opt { color:#000000; }
.hl.ipl { color:#0057ae; }
.hl.lin { color:#555555; }
.hl.kwa { color:#27252b; font-weight:bold; }
.hl.kwb { color:#0057ae; }
.hl.kwc { color:#000000; font-weight:bold; }
.hl.kwd { color:#1c1ccc; }
