html {
	overflow: hidden;
}

body {
	background-color: #2b2b2b;
	cursor: default;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

img {
	pointer-events: none
}