html,
body
{
	/* width: 100%;
	height: 100%; */
	background-color: rgb(0, 0, 0);
	margin: 0px;
	overflow: hidden;
}

#myCanvas
{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(4, 37, 63);
}

#slider
{
	position: fixed;
	bottom: 5%;
	cursor: grab;
}

#message
{
	position: fixed;
	bottom: 10%;
	color: rgb(0, 255, 21);
	cursor: default;
	user-select: none;
}

#webpageResolution
{
	position: fixed;
	bottom: 20%;
	color: white;
}

#canvasResolution
{
	position: fixed;
	bottom: 16%;
	color: white;
}
