body {
	font-family: monospace;
}
canvas {
	position: fixed!important;
	left: 0!important;
	top: 0!important;
	border: 2px solid black;
	/* width: auto!important; */
	/* height: 90vh!important */
}
textarea {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
