body {
    font-family: sans-serif;
    margin: 0;
    overflow: hidden;
    background: rgb(0, 0, 0);
  }

canvas {
    display: block;
  }

  #FloatImg {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: transparent;
    padding: 0px;
}

  @font-face {
    font-family: GTAmerica;
    src: url(fonts/GTAmerica.otf);
  }

#FontTitleText {
    font-family: GTAmerica;
    font-size: 8px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: transparent;
    padding: 0px;
}

@font-face {
  font-family: RedHatDisplay;
  src: url(fonts/RedHatDisplay.otf);
}

#FontTitleFrame {
  font-family: RedHatDisplay;
  font-size: 8px;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: transparent;
  padding: 0px;
}