@import "/UI/Style.scss";

SpectatorHud {
	position: absolute;
	bottom: 90px;

	min-width: 100px;

	padding: 4;
	padding-left: 15;
	padding-right: 15;

	justify-content: center;

	font-size: 26px;
	font-weight: 500;
	font-family: $font-main;

	color: white;
	background-color: $gray;

	// transition: all 0.05s ease;
	// transform: rotateZ(-1);

	// > p { transform: rotateZ(0.5); }
}
