EndScreen {
	position: absolute;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	opacity: 0;

	.Background {
		padding: 12px;
		background-color: rgba(0, 0, 0, 0.75);
		border-radius: 7px;
		justify-content: center;

		.Title {
			font-family: Verdana;
			font-size: 50px;
		}
	}

	&.Show {
		opacity: 1;
	}

	&.Seekers {
		color: #FFF000;
	}

	&.Props {
		color: #00F0FF;
	}
}
