html {

	margin: 0;
	padding: 0;

	width: 100%;
	height: 100%;

	overflow: hidden;

	-webkit-text-size-adjust: 100%;
	-ms-touch-action: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: transparent;
}

canvas {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -2;
}

body {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-weight: bold;
	font-family: sans-serif;
	background-color: rgb(0, 0, 0);
}

.mainButton {
	align-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	border: none;
	display: block;
	width: 100%;
}

.description {
	align-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;

	font-family: 'Trebuchet MS', sans-serif;

	padding: 0;
	margin: 0;
	border: none;
	position: absolute;
	width: 100%;

	left: 0px;
	background-color: rgb(0, 0, 0, 0.0);
	z-index: -1;
}