* {
	user-select: none;
}

body {
	margin: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	font-size: 16px;
	background-color: #000;
	overflow: hidden;
}

canvas {
	position: absolute;
	width: 100vw;
	height: 100vh;
}

.dg {
	display: none !important;
}

.mainCopy {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: fit-content;
	height: fit-content;
}

h1 {
	font-size: 2rem;
	color: #373737;
}

