
body {
	margin: 0;
	font-family: "Segoe UI",Helvetica,Arial,sans-serif;
}

.center {
	margin: auto;
	max-width: 860px;
}

h1 {
	font-size: 260%;
}

.subhead {
	color: #666666;
	font-style: italic;
	font-size: 110%;
}

.footer {
	background-color: rgba(128,128,128, 0.1);
	padding-top: 32px;
	padding-bottom: 64px;
	margin-top: 64px;
	font-size: 90%;
	border-top: 1px solid rgba(128,128,128,0.3);
}

.navlinks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 16px;
	margin-right: 16px;
}

.linklist {
	margin-left: 16px;
	margin-right: 16px;
}

.linklist > * {
	display: block;
	margin-bottom: 8px;
}

.linklist a {
	text-decoration: none;
}

.linklist a:hover {
	text-decoration: underline;
}

.infobox {
	border-radius: 8px;
	border: 1px solid rgba(128, 128, 128, 0.3);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 16px;
	background: #ffe;
	font-weight: bold;
	color: #000;
}

hr {
	border: none;
	border-top: 1px solid rgba(128, 128, 128, 0.3);
	margin: 32px 0;
}


@media (prefers-color-scheme: dark) {
	html {
		background: #111;
		color: #fff;
	}
	a {
		color: #6af;
	}
	.fill_background {
		background: #fff;
	}
}
