PlayerHud {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: Tannenberg Fett;
	font-size: 24px;

	.vitals {
		position: absolute;
		top: 32px;
		left: 32px;
		font-size: 64px;
		font-weight: bold;
		letter-spacing: 8px;
		color: white;
		flex-direction: column;

		.emoji {
			font-size: 55px;
			width: 84px;
		}

		.not-emoji {
			text-stroke: 9px black;
		}
	}
}
