/* styles.css */

html {
	display: table;
	margin: auto;
}
body {
	width: 95vw;
	max-width: 60ch;
	font-family: Serif;
}
a {
	color: black;
}
pre {
	background-color: white;
	background-color: #eee;
	display: inline-block;
	padding: 8px;
	margin-left: 20px;
}

sup {
	font-size: .6em;
}
@media (prefers-color-scheme: dark) {
	body {
		background-color: #444;
		color: white;
	}
	a { color: white }
	pre {
		background-color: black;
		color: #ccc
	}
}
.img_center {
	display: block;
	max-width: 100%;
	margin: 5px auto;
	border: solid 1px;
	border-color: #444;
}
.lang {
	font-size: medium;
	font-weight: normal;
}
#footnote {
	font-size: small;
}
.cover {
	width: 45%;
}
.blurb {
	font-family: Sans;
	font-size: .78em;
	padding-left: 10px;
}
.copyright {
	font-family: Monospace;
	padding-left: 2em;
	padding-top: 15px;
}
.foot {
	text-align: center;
}
