 body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: black;
	background-image: url("/res/img/landingBg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	image-rendering: pixelated;}
    a {
	color: darkturquoise;}

    pre{color: deeppink;
	aspect-ratio: 316/221;
	font-size: 1.6vmin;
	font-weight: bold;
        font-family: "Courier New", monospace;}

    @media(max-aspect-ratio: 4/3.2){
	pre{font-size: 1.2vmin;}
    }
