html {
	background-color: #111;
	color: #eee;
}

body {
	max-width: 48rem;   /* ~768px, similar to Tailwind's md */
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	font-family: 'Cambria', 'Times New Roman', Times, serif;
}

header {
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-items: center; */
	padding-top: 1rem;
	padding-bottom: 1rem;
}

header a {
	text-decoration: none;
	color: #aaa;
}

footer {
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-items: center; */
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #aaa;
}

main {
	padding: 2rem;
	/* background-image: url('abstract-geometric-background-shapes-texture.jpg'); */
	/* background-repeat: repeat; */
	background-color: #222;
	line-height: 1.5;
}

h1 {
	font-size: 1.8rem;
}

h2 {
	font-size: 1.2rem;
	margin-top: 1.5rem;
	color: #ebb;
	margin-bottom: 0rem;
}

p em {
	color: #bbb;
}

p, li {
	font-size: 1.2rem;
	line-height: 1.8rem;
}

li a {
	/* text-decoration: none; */
	color: #eee;
	text-decoration: none;
}

li a:visited {
	/* text-decoration: none; */
	color: #aaa;
}

ul li::marker {
    content: "\2192  ";
	color: #aaa;
}

ul.index li {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}