#dragscroll
{
	height: 500px;
	width: 80%;
	overflow: hidden;
	position: fixed;
	cursor: move;
	outline: 10px;
	outline-color: black;
	outline-style: solid;
	background-color: grey;
}

canvas
{
	cursor: cell;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	zoom: 1;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-crisp-edges;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}

body
{
	text-align: center;
	position: fixed; 
	overflow-y: scroll;
	width: 100%;

	font-family: "Lucida Console", Monaco, monospace;
}

button
{
	background-color: #555555;
	border: none;
	color: white;
	padding: 10px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-family: "Lucida Console", Monaco, monospace;
}

#text
{
	left: 36%;
	position: fixed;
	width: 25%;
	text-align: center;
	display: inline-block;
	background-color: transparent;
	backdrop-filter: blur(5px);

}

#background
{
	z-index: 2;
}