body{

background:black;
color:#00ff88;
font-family:Courier New, monospace;
margin:0;
padding:20px;

}

#terminal{

max-width:900px;
margin:auto;

}

.prompt{

color:#00ffaa;

}

input{

background:black;
border:none;
color:#00ff88;
font-family:Courier New;
font-size:16px;
outline:none;
width:70%;

}

#output p{

margin:4px 0;

}

.glow{

text-shadow:0 0 10px #00ff00;

}