html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #000;
  font-family: Arial, sans-serif;
}

#game {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#ajaxbar {
  background: url("media/graphics/loading/ajax-loader.gif") center no-repeat;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale3d(1, 1, 1);
  -ms-interpolation-mode: nearest-neighbor;
}

#orientate {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10002;
  width: 100%;
  height: 100%;
}

#orientate img,
.play,
.play img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play {
  display: none;
  z-index: 1000;
  background: #fff;
}

.play img {
  z-index: 1000;
}

@font-face {
  font-family: "bpreplay";
  src: url("media/fonts/bpreplay.woff") format("woff");
  font-display: swap;
}

.official-game-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20000;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 9px;
  background: rgba(8, 34, 23, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.official-game-link:hover,
.official-game-link:focus-visible {
  background: rgba(13, 80, 43, 0.96);
  outline: 3px solid #ffd24a;
  outline-offset: 2px;
}

.official-game-link img {
  display: block;
  width: 23px;
  height: 23px;
}
