body {
	margin: 0;
	background-color: white;
	color: #fff;
	font-family: Monospace;
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: none;
}

.wrapper {
	position:absolute;
	top:50%;
	left:50%;
	z-index: 1; 
}

*:focus {
    outline: 0;
}


.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-tap-highlight-color: transparent;
	  outline: none !important;
}
		
a {
	color: #ff0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button {
	cursor: pointer;
	text-transform: uppercase;
}

canvas {
	display: block;
}


a, button, input, select {
	pointer-events: auto;
}


