html, body {
	margin: 0;
	padding: 0;
}

canvas {
	position: absolute;
	top: 0;
	left: 0;
}

#text > textarea {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.1);
}
