SpectateScreen {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 20px;
	display: flex;
	flex-direction: column;

	.title {
		font-size: 24px;
		font-family: Poppins;
		color: #fff;
	}

	.name {
		font-size: 32px;
		font-family: Poppins;
		color: #fff;
	}

	.controls {
		font-size: 28px;
		font-family: Poppins;
		color: #fff;
		justify-content: center;
		align-items: center;
	}
}
