body {
	background: #222;
}

* {
	font-family: monospace;
	color: white;
}

li .property {
	background: #333;
	padding: 5px;
	margin-right: 10px;
}

li {
	margin: 15px 5px;
}

div:not(#display) {
	display: inline;
}

#json {
	background: #111;
	border: none;
	position: absolute;
	outline: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	resize: none;
}

#display {
	position: absolute;
	top: 200px;
	height: fit-content;
	width: fit-content;
	box-sizing: border-box;
}