html {
	font-family: monospace;
	background-color: orchid;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	height: 100%;
	width: max-content;
}

main {
	display: flex;
	padding: 1em;
	gap: 1em;
	align-items: start;
}

.editor,
.ast {
	width: 600px;
	background-color: white;
	border: outset;
}

pre.ast {
	margin: 0;
	padding: 4px;
}

main .editor .cm-editor .cm-scroller {
	font-family: inherit;
	font-size: 14px;
}
