/*
@font-face {
    font-family: '04b03';
    src: url('04b03.eot');
    src: url('04b03.eot?#iefix') format('embedded-opentype'),
        url('04b03.woff2') format('woff2'),
        url('04b03.woff') format('woff'),
        url('04b03.ttf') format('truetype'),
        url('04b03.svg#04b03') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

.filter-output-canvas {


  
}
.main-canvas {
  z-index: 400;
}

#gameboy-screen-foof {
  width: 256px;
  height: 256px; 
  left: 50%;
  top: 50%;
  margin-left: -128px;
  margin-top: -225px;
  position: fixed;
  background-image: url(../img/gameboy-screen-foof.png);
  z-index: 999;
  display: none;
}