/* stolen from https://www.besttechie.com/how-to-make-your-website-look-like-a-linux-terminal/ and then stolen from https://botgod.yt */
body {
	background-color: #000
}

#console {
	font-family: courier, monospace;
	color: #fff;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	font-size:18px;
	font-style: 
}
a {
	color: #0bc;
	text-decoration: none;
}
#a {
	color: #0f0;
}
#c {
	color: #0bc;
}
#b {
	color: #ff0096;
}
a {
	color: white;
}

#img {
	  background-color: #fff;	
}