ui/hud/hud.razor.scss
@import "/UI/PlanetMeat.scss";

HUD {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	font-family: Poppins;
	font-size: 22px;
	color: #eee;

	WalletContents {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	ResearchAlert {
		position: absolute;
		top: 50px;
		left: 0px;
	}

	WaveCounter {
		position: absolute;
		top: 0px;
		width: 500px;
	}

	DefenseShop {
		position: absolute;
		top: 250px;
		bottom: 0px;
		left: 0px;
		width: 450px;
	}

	Toolbox {
		position: absolute;
		bottom: 0px;
		width: 450px;
	}

	ScoutReadout {
		position: absolute;
		top: 0px;
		right: 0px;
	}
}