@font-face {
  font-family: Hack, monospace;
  font-style: normal;
  font-weight: 400;
}
html{
  height: -webkit-fill-available;
  font-family: Hack, monospace;
} 
#main{

  z-index: -100;
}

#back{
  display: block;
  z-index: -100;
}

#hacker-3d-shiz{
  z-index: -97 !important;
}
body {
    font-family: Source Code Pro;
    background:#000;
    color: #00FF00;
    margin:0;
    font-size: 13px;
    height: 100% !important;
    width: 100% !important;
}
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

canvas{
  position:absolute;
  left:0;
  top:0;
  z-index:-1;
}
.bars-and-stuff{

}

.output-console {
  height: 100%;
  width: 100%;
}
p{margin:0}