#editor {
	width: 100%;
	height: 100%;
	background-color: white;
	color: black;
	font-family: "Courier New", monospace;
	font-size: 28pt;
	outline: none;
	border: none;
	white-space: pre;
}

body {
	background-color: white;
}
