@font-face {
	src: url("../fonts/qrfont-1L.ttf");
	font-family: "qr1";
}
html {
	color-scheme: light dark;
	--bg: light-dark(white, black);
	--fg: light-dark(black, white);
}
body {
	margin: 0;
	height: 100vh;
	color: var(--bg);
	background: var(--bg);
}
time {
	font-family: "qr1";
	font-size: 115vmin;
	line-height: 1;
	white-space: nowrap;
	background: var(--fg);
	clip: rect(0.1em, 0.9em, 0.9em, 0.1em);
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}