body {
	background-color: black;
	color: white;
	font-family: "Fira Code", monospace;
	
	/* background image moment yippee */
	background-image: url(imgs/logo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
}

a:link {
	color: #aa0000;
}

a:visited {
	color: #9595bb;
}

a:hover, a:active {
	color: #00aa00;
}