body {
	max-width: 720px;
	margin: 0 auto;
	background: #20202a;
	color: white;
	font-family: Roboto, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow-y: scroll;
}

header {
	padding: 3em 1.5em 0.5em 1.5em;
}

header h1 {
	font-size: 1.7em;
	margin: 0 0.5em;
}

header a {
	color: #ff5e6e;
}

header svg {
	height: 1.7em;
}

header p {
	color: #ff5e6e;
}

main {
	margin-bottom: 2em;
	padding: 0 1em;
}

main a {
	color: #44bdff;
	text-decoration: none;
}

main h2 {
	font-size: 1.2em;
}

footer {
	margin-bottom: 2em;
	text-align: center;
	font-size: x-small;
	color: #bbb;
}

footer a {
	color: #bbb;
}

.nav {
	width: 100%;
	margin: 1em 0;
}

.nav :before {
	pointer-events: none;
	cursor: default;
	content: '>';
	display: inline-block;
	width: 1.2em;
}

.nav :after {
	pointer-events: none;
	cursor: default;
	content: '';
	display: inline-block;
	width: .7em;
}


.nav a {
	cursor: pointer;
	color: white;
	display: inline-block;
}