body {
	background: #222;
	padding: 1em;
}

nav {
	display: none !important;
}

@media print {
	:root {
		color-scheme: light !important;
	}

	body {
		background: white !important;
	}

	h1,
	#date,
	.key-text {
		color: black !important;
	}
}

#date {
	position: absolute;
	top: 1em;
	right: 1em;
}

#hexagon-container {
	position: absolute;
	left: 2em;
	top: 4em;
	right: 2em;
	bottom: 5em;
	overflow: clip;
}

.hexagon--content > span {
	position: absolute;
	left: 0;
	width: 100%;
}

.hexagon--content > span > .hexagon-name {
	display: inline-block;
	line-height: 1em;
	margin-top: -0.65em;
}

#key {
	position: absolute;
	bottom: 1px;
}

.key {
	display: inline-block;
	width: 300px;
}

.key-color {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
}

.key-text {
	display: inline-block;
	height: 1em;
	padding-left: 5px;
	vertical-align: super;
}
