#renderCanvas {
  width: 100%;
  height: 100%;
  position: absolute;
  touch-action: none;
  outline: none;
  display: block;
  border: none;
  z-index: 0;
}

@font-face {
  font-family: "retro";
  src: url(../assets/fonts/8-bit/8bitlimr.ttf);
}

.main-screen-background {
  background: url(../assets/backgrounds/main.PNG) no-repeat center;
  filter: brightness(50%);
}
.menu-screen-background {
  background: url(../assets/backgrounds/menu.PNG) no-repeat center;
  filter: brightness(80%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
