@font-face {
  font-family: "Gilroy-Heavy";
  font-style: normal;
  font-weight: 400;
  src:
    local("Gilroy-Heavy"),
    url("../font/Gilroy-Heavy.woff") format("woff");
}

body {
  margin: 0;
  background-color: #000000;
  -webkit-tap-highlight-color: rbga(255, 255, 255, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;

  /* Gradient fallback */
  background: linear-gradient(to bottom, #f6d7a8 0%, #e8b97a 40%, #c98a4b 100%);

  background-blend-mode: normal;

  overflow: hidden;
}

#container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#game {
  /* width: 100%;
            height: 100%; */
}

#rotate {
  background-image: url(../img/rotate.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

#game canvas {
  max-height: 1000px !important;
  max-width: 550px !important;
}
