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

#console {
	width: 100%;
	height: 100%;
	background: black;
	color: white;
	border: none;
	resize: none;
	outline: none;	
	font-size: larger;
	box-sizing: border-box;
}

#top {
	position: absolute;
	top: 0px;
	right: 0px;

	background: white;
}
