body {
	background-color: black;
	background-image: url(lines.png),
	radial-gradient(
		rgba(0,150,0,0.75), black 120%
	);
	height: 100vh;
	color: white;
	font: 1.3rem Inconsolata, monospace;
	text-shadow: 0 0 5px #C8C8C8;
}

body a {
	color: white;
	text-decoration-line: none;
}

.terminal::before {
	content: none;
	position: absolute;
	width: 100%;
	height: 100vh;
	/*background: repeating-linear-gradient(0deg, #00000026, #00000026 2px, #F000 2px, #F000 4px);
*/}
