body,
html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	background-color: black;
	font-family: 'Input Mono Compressed', monospace;
	color: white;
}

canvas {
	display: block;
}

#app {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	max-width: 100vw;
	max-height: 100vh;

	overflow: auto;
}

button,
input {
	border: none;
	background: transparent;
	font-family: 'Input Mono Compressed', monospace;
	font-size: 16pt;
	color: inherit;
}

h4 {
	background-color: rgba(255, 255, 255, 0.8);
	color: black;
	display: inline-block;
	padding-top: 0.3em;
	padding-left: 0.3em;
	line-height: 0.7em;
	margin: 0;
}

.feather {
	color: white;
	stroke: currentColor;
}
