ui/hud.razor.scss
Hud {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	//pointer-events: auto;

	&.cursor {
		//cursor: none;
	}
}