@font-face {
  font-family: 'Pixelify Sans'; 
  src: url(assets/PixelifySans-VariableFont_wght.ttf);
}

#render-div {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;

    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;

    background: #eeeeee;
}

.absolute {
    position: absolute;
}
