.terminal-input {
	border: 2px solid green;
	background-color: black;
	color: silver;
	font: 16pt monospace;
	line-height: 16pt;
}

.terminal-output {
	padding: 0.5em;
	/* min-height: 512px; */
	max-height: 512px;
	border: 2px solid green;
	font: 16pt monospace;
	overflow: scroll;
}

.terminal-canvas {
	border: 2px solid green;
	background-color: black;
	color: white;
	font: 16pt monospace;
	line-height: 16pt;
}
