@font-face {
  font-family: 'Source Code Pro';
  src: url('../GIP-RAN/IIOP.ttf') format('ttf'),
  font-weight: 400 ;
  font-style: normal;
} 


body {
    font-family: Source Code Pro;
    background:#000;
    color: #00FF00;
    margin:0;
    font-size: 25px;
}
canvas {
    position:absolute;
    top:0;
    left:0;
}
.bars-and-stuff{
    left:66.6%;
}

.output-console {
    position:fixed;
    overflow:hidden;
}
p{margin:0}