:root {
	background-color: rgb(30,30,30);
}

body {
	background-color: rgb(30,30,30);
    font-family: courier, monospace;
    color: #fff;
    width:750px;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
    font-size:14px;
}

a {
	color: rgb(128,200,250);
	text-decoration: none;
}

#a {
	color: rgb(184,214,112);
    margin-bottom: 30px;
    line-height: 20px;
}

.link {
    color: rgb(184,214,112);;
    margin: 0px;
}

#c {
	color: #0bc;
}

.email {
    font-size: 1em;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin: 0px;
}

#b {
	color: rgb(238,106,101);
}

.green {
    color: rgb(184,214,112);;
}

.blue {
    color: #0bc;
}

.red {
    color: rgb(238,106,101);
}

#k {
    	animation: change 1s;
}

#op{
    	color: #888888
}

.ascii {
    font-family: 18px monospace;
    line-height: 0px;
}

@keyframes change {
    	0%  { color:  rgb(184,214,112);; }
    	50% { color:  rgb(184,214,112);; }
    	99% { color: black; }
}