			* {
				margin: 0px;
				font-family: 'Retro Gaming', sans-serif;
				color: white;
				user-select: none;
			}
			a {
			 color: #fff; 
			}
			a:visited {
			 color: #d4b414; 
			}
			body {
				background-color: black;
				max-width: 1530px;
				min-width: 1530px;
				position: relative;
				margin-left: auto;
				margin-right: auto;
				border-left: solid 1px red;
				border-right: solid 1px red;
			}
			.screen {
				background-image: url("https://redalerticu.neocities.org/assets/img/texture.jpg");
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				mix-blend-mode: overlay;
				background-repeat: repeat;
				background-size: 55px;
				pointer-events: none;
			}
			main {
				background-color: black;
				background: url('https://redalerticu.neocities.org/assets/img/reportbackground.jpg');
			  background-size: cover;
			  padding: 45px;
			  margin-top: -45px;
			}
			#container {
				box-shadow: 10px -5px 200px #0F0000;
				margin: auto;
				margin-top: -55px;
				margin-bottom: 0px;
				padding-top: 75px;
				padding-bottom: 60px;
				user-select: none;
			}
			li {
			 list-style-type: none;
			 color: #B80808;
			}