html {
  margin-left: 1em;
	margin-bottom: 1em;
	background-color: rgb(60, 60, 60);
	color: whitesmoke;
	font-size: 1em;
	font-family: 'JetBrains Mono', Courier New, Courier, monospace;
}
h1 { font-size: 2.5em; }
h2 { font-size: 1.5em; }
a { color: thistle; }
