<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font-size:62.5%;
	background:rgb(255,255,255);
}
body {
	max-width:800px;
	margin:0 auto;
	font-family:sans-serif;
	font-size:1.6rem;
	color:rgb(64,64,64);
	background:rgb(250,250,250);
}
h1,h2,h3,h4,h5,h6 {
	padding:0.5em 0.25em;
	margin:auto;
	text-align:initial;
}
a,
a:hover,
a:visited {
	display:inline-block;
	text-decoration:none;
	color:rgb(120,140,240);
}
code {
	font-family:monospace;
	font-size:1.4rem;
	white-space:pre;
   padding:0 1em;
	margin:auto;
	background:rgb(232,232,232);
}
img {
	image-rendering:optimizeSpeed;
	image-rendering:pixelated;
}
img.qrcode {
	width:160px;
	height:160px;
}
img.marker {
	width:100%;
	height:100vh;
	box-sizing:border-box;
	padding:10rem;
	object-fit:contain;
}</pre></body></html>