redlightgreenlightui.razor.scss
RedLightGreenLightUI {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff00;
	justify-content: center;
	align-items: top;
	font-weight: bold;
	border-radius: 20px;

	.title {
		font-size: 48px;
		font-family: Poppins;
		color: #fff;
	}
}