:root {
	background-color: #000 !important;
}

body {
	background-color: #000
}

#console {
	font-family: courier, monospace;
	position:absolute;
	color: #fff;
	width:750px;
	margin-left:450px;
	margin-right:auto;
	margin-top:100px;
	font-size:14px;
}

a {
	color: #df282b;
	text-decoration: none;
}

#a {
	color: #df282b;
}

#c {
	color: #0bc;
}

#b {
	color: #ff0096;
}

#k {
    	animation: change 1s;
}

#op{
    	color: #888888
}

@keyframes change {
    	0%  { color:  #df282b; }
    	50% { color:  #df282b; }
    	99% { color: black; }
}

/*basic reset */
            
*{
        margin: 0;
        padding: 0;
}
            
canvas {
	position:absolute;
	display:block;
}

