body {
	background-color: black;
	background-image: radial-gradient(rgba(0, 126, 0, 0.35), black 100%);
	height: 100vh;
	margin: 0;
	overflow: hidden;
	padding: 2rem;
	color: #00ff00;
	font: 1.3rem C64, monospace;
	text-shadow: 0 0 5px #000000;
}

body::after {
	content: '';
	postition: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: repeating-linear-gradient(0deg, rgba(255, 0, 0, 0.15) 1px, transparent 1px, transparent 2px);
	pointer-events: none;
}

a {
	color: inherit;
	text-decoration: underline;
	text-decoration-style: dotted;
}

a:hover {
	text-decoration: underline;
	text-decoration-style: solid;
}

::selection {
	background: #1100ff;

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	padding: 0 0 1em 0;
}

li:before {
	content: "--";
}

@font-face {
	font-family: 'C64';
	src: URL('font.ttf') format('truetype');
}
