ui/hud/elements/decideeor.razor.scss
DecideEor {
	gap: 25px;
	flex-direction: column;
	background-color: #000d;
	border: 3px solid #444;
	border-radius: 8px;
	padding: 25px 50px;
	width: 65%;
	text-align: center;
	sound-in: "round_passed";

	.pm-title {
		align-self: center;
		font-size: 32px;
		font-weight: semibold;
	}

	.challenge {
		flex-direction: column;
		width: 30%;

		.chl-title {
			justify-content: center;
			font-size: 28px;
			gap: 10px;
		}

		.chl-desc {
			justify-content: center;
			padding-bottom: 15px;
		}
	}

	.choices {
		justify-content: center;
		gap: 50px;
	}
}