html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	display: flex;
	font: 14px/1.5 Consolas, monospace, sans-serif;
}

textarea {
	font: inherit;
	flex: 1 1 auto;
	resize: none;
	white-space: pre;
	overflow-x: scroll;
}