/**
 * ! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css
 * Many rules have been stripped because they are unused
 */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: inherit;
	font-weight: bolder;
}

pre, code, tt, kbd, samp {
	font-family: monospace, monospace;
	font-size: 0.93em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* end of hacked-up normalize.css */

body {
	font-family: system-ui, -apple-system, sans-serif;
}

body, p, li {
	font-size: 14px;
	line-height: 1.6;
	color: #111;
}

/* Big on-screen viewport needs a less blinding background */
@media only screen and (min-width: 39em) {
	body {
		background-color: #888;
		padding-top: 40px;
	}

	#content {
		max-width: 39em;
		background-color: #f7f7f7;
		margin: 0px auto 40px auto;
		padding: 1em 1.5em 1em 1.5em;
		border-radius: 1em;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	#header a {
		color: #f7f7f7;
		text-shadow: 1px 1px #000;
	}

	#header a .arrow {
		color: #eee;
	}
}

p:first-child {
	margin-top: 4em;
}

ul li {
	list-style-type: square;
}

#header {
	max-width: 42em;
	margin: 0 auto 0 auto;
}

#header a {
	font-family: Abel, sans-serif;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

pre {
	margin-left: 1em;
	overflow-x: scroll;
}

h1, h2 {
	font-family: Abel, system-ui, -apple-system, sans-serif;
}

h1 {
	color: #333;
	font-size: 34px;
	font-weight: normal;
	margin: 28px auto 28px auto;
	text-align: center;
	line-height: 125%;
}

h2 {
	font-size: 24px;
	color: #444;
	font-weight: normal;
	margin-top: 2em;
}

h2:first-of-type {
	margin-top: 1.25em;
}

h2 a {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
}

s {
	color: #777;
}

kbd, code, tt {
	display: inline-block;
	padding: 0px 4px 0px 4px;
	background-color: #ededed;
	color: #000;
	border-radius: 3px;
}

img {
	border: 0;
	max-width: 100%;
}
