html {
	scrollbar-color: #888 #000;
}
body {
	min-height: 100vh;
	margin: 0;
	padding: 0 0 24px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;

	color: #fff;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	background: fixed radial-gradient(#2d2d30, #1b1b1c);
}
a, .button {
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
a:hover, .button:hover {
	text-decoration: underline;
}

.footer {
	width: 100%;
	height: 24px;
	padding: 0 6px;
	box-sizing: border-box;
	z-index: 99;
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;

	background-color: #000;
}
.bullet::after {
	content: '•';
	margin: 0 6px;
}
.spacer {
	flex-grow: 1;
}
.last-updated {
	margin-left: 16px;
	overflow: hidden;

	white-space: nowrap;
	text-overflow: ellipsis;
}

.header-large {
	margin-bottom: 12px;

	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.header-small {
	margin-bottom: 8px;

	font-size: 16px;
	font-weight: bold;
}