.main {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%
}
#screen {
	background-color: #fff;
	height: 100vh;
	width: 100%
}
.text {
	font-size: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}
body.hide-cursor, body.hide-cursor > * {
	cursor: none !important
}
