@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/mrl8jkM18OlOQN8JLgasDxM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}
  
body {
  font-family: Source Code Pro;
  background:#FFFFFF;
  color: #000000;
  margin:0;
  font-size: 13px;
}

canvas {
  position:absolute;
  top:0;
  left:0;
}

.bars-and-stuff{
  left:66.6%;
}
  
.output-console {
  position:fixed;
  overflow:hidden;
}

p {
  margin: 0;
}