:root { --pixel-font: "VT323", monospace; }
.pixel { font-family: var(--pixel-font); line-height: 1; letter-spacing: 0.02em; -webkit-font-smoothing: none; text-rendering: geometricPrecision; }
.pixel-16 { font-size: 16px; } /* etc. */

body {
	background-image:url(images/background.jpeg);
	background-attachment: fixed;
	background-color:blue;
	color:black;	

	
	}