crt_overlay {
	display : flex;
	justify-content : center;
	margin-left : auto;
	margin-right : auto;
	width : 1140px;
	height : 855px;
	border : solid #1F0836;
	border-radius : 64px;
	background : url("Yellow_Tile_Background.png");
	background-size : 180px;
	overflow : hidden;
	flex-flow : column;
}

crt_blur {
	width : 100%;
	height  100%;
	filter : blur(1px);
	-webkit-filter : blur(1px);
}

crt_container {
	display : flex;
	flex-flow : column;
	flex-wrap : wrap;
	height : 1710px;
	position : relative;
	top : 427.5px;
}

crt_static {
	width : 1140px;
	height : 855px;
	background : url('static.gif');
	position : relative;
	top : -805px;
	display : flex;
	opacity : 0.075;
	pointer-events : none;
}

crt_lines {
	width : 1140px;
	height : 855px;
	background : url('CRT_Lines.png');
	position : relative;
	left : -1140px;
	display : flex;
	opacity : 0.25;
	pointer-events : none;
}

crt_scanline {
	background : rgba(255,255,255,0.25);
	width : 1140px;
	height : 19px;
	animation : scan 5s linear infinite;
	pointer-events : none;
	position : relative;
	top : -874px;
}

@keyframes scan {
	0% {transform: translateY(-1vh);}
	100% {transform: translateY(107vh);}
}

main {
	display : flex;
	margin : 76px auto;
	width : 1140px;
	height : 627px;
	position : relative;
	left : -3px
}