html {
	width: 100%;
	height: 100%;
	cursor: url("./cursor.ico"), auto;
}
body {
	/*cursor: none !important;*/
	/*overflow: hidden;*/
}
/*selector {
	cursor: none !important;
}*/
/*#cursor {
	 background-image: url("./img/cursor.png");
	 background-size: contain;
	 background-repeat: no-repeat;
	 position: absolute;
	 width: 50px;
	 height: 50px;
	 z-index: 999;
}*/
#under-construction {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}