:root {
	color-scheme: light !important;
}

body {
	background-color: #fff !important;
	color: #000 !important;
	padding: 1em;
}

nav {
	display: none !important;
}

h1,
h2 {
	color: #000 !important;
	text-align: center;
}

.date {
	text-align: center;
}

table {
	margin: 2em 0;
}

th,
td {
	border: 1px solid #0003;
	height: 3.1vw !important;
	text-align: center;
	width: 3.5vw !important;
}

td {
	color: #0003;
}

td.hexagon {
	font-weight: bold;
}
