@charset "UTF-8";

/*///////////////////////    INDEX CSS    /////////////////////*/

@font-face {
  font-family: "PerfectDOSVGA437";

  src: url("../Assets/fonts/DOS.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: "PerfectDOSVGA437";
    background:#000;
    color: #00FF00;
    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}

.videoWire{
	position:fixed;
    overflow:hidden;
	right: 5%;
}