WinnerScreen {
	z-index:2;
	.instructions {
		top: 0;
		bottom: 0;
		width: 100%;
		justify-content: center;
		align-items: center;

		.subtitle {
			font-size: 128px;
			font-weight: 800;
			font-family: Poppins;
			color: #fff;
		}

		.name {
			font-size: 128px;
			font-weight: 800;
			font-family: Poppins;
			color: #f9ca24;
			margin-right:25px;
		}
	}

	.countdown {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: transparent;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		border-radius: 20px;


		.title {
			font-size: 64px;
			font-weight: 800;
			font-family: Poppins;
			color: #fff;
		}
	}

	#line-one {
		text-shadow: 0px 0px 0 rgb(106, 176, 76), -1px -1px 0 rgb(106, 176, 76), -2px -2px 0 rgb(106, 176, 76), -3px -3px 0 rgb(106, 176, 76), -4px -4px 0 rgb(106, 176, 76), -5px -5px 0 rgb(106, 176, 76), -6px -6px 0 rgb(106, 176, 76), -7px -7px 0 rgb(106, 176, 76), -8px -8px 0 rgb(106, 176, 76), -9px -9px 0 rgb(106, 176, 76), -10px -10px 0 rgb(106, 176, 76), -11px -11px 0 rgb(106, 176, 76), -12px -12px 0 rgb(106, 176, 76);
	}

	#line-two {
		text-shadow: 0px 0px 0 rgb(34, 166, 179), -1px -1px 0 rgb(34, 166, 179), -2px -2px 0 rgb(34, 166, 179), -3px -3px 0 rgb(34, 166, 179), -4px -4px 0 rgb(34, 166, 179), -5px -5px 0 rgb(34, 166, 179), -6px -6px 0 rgb(34, 166, 179), -7px -7px 0 rgb(34, 166, 179), -8px -8px 0 rgb(34, 166, 179), -9px -9px 0 rgb(34, 166, 179), -10px -10px 0 rgb(34, 166, 179), -11px -11px 0 rgb(34, 166, 179), -12px -12px 0 rgb(34, 166, 179);
	}
}
