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