	html {
		background-color: rgb(25, 25, 25);
		font-family: sans-serif;
		font-size: 15px;
	}

	.checkerboard {
		background: repeating-conic-gradient(#ffe066 0% 25%, #ffffcc 0% 50%) 
              0 0 / 60px 60px;
	}

	a {
		color: lightgray;
		font-weight: bold;
		text-decoration: none;
	}
