<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
	border: none;
	outline: none;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

html
{
	font-family: monospace;
}

body
{
}

input, input:focus
{
	padding: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	width: calc(100% - 2em);
	height: fit-content;
	text-align: center;
	outline-color: gray;
	outline-style: solid;
	outline-width: thin;
	outline-offset: 0;
}

canvas
{
}
</pre></body></html>