a {
	color: #AAA;
}
body {
	background-color: #333;
	border: 3px solid #666;
	border-radius: 18px;
	color: #DDD;
	font-family: Sans-serif;
	margin: auto;
	overflow: hidden;
	padding: 0 12px 12px;
	transition: 5s;
}
html {
	background-color: #111;
	display: flex;
	min-height: 100svh;
	overflow: auto;
}
html.loading body {
	background-color: #383;
	opacity: .5;
}
#output {
	background-color: rgba(255,255,255, .2);
	border-radius: 12px;
	line-height: 1.6em;
	max-width: 600px;
	white-space: pre-wrap;
}
#output.active {
	padding: 3vmin;
}
#question {
	font-family: Sans-serif;
	padding: 3px;
	width: 70%;
}
.center {
	text-align: center;
}
.icon {
	background-image: url(/icons.png?.1);
	background-position-y: bottom;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	width: 128px;
	height: 128px;
}