body {
	cursor: url('pencil.png'), auto;
	cursor: -webkit-image-set(
	   url('pencil.png') 1x,
	   url('pencil@2x.png') 2x
	   ), auto;
	   user-select: none;
	   -webkit-user-select: none;
	   -ms-user-select: none;
}

h1, p {
	display: none;
	
}

#p5_loading{

	position: absolute;
	top: 0;left:0;right:0;bottom:0;
}

.loader
{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.loader img
{
	width: 60px;
	height: 60px;
}

.content
{
	
	z-index: 1;
}

canvas {
	margin:0px;
	   position:absolute;
	   top:0;
	   left:0;
	   width:100%;
	   height:100%;
	   z-index:-1;
	}


