/*** Copyright (c) Microgaming 2024 ***/
/*** VERSION: 1.0.1 ***/
/*** SHA: 3a7300d001852730c2274747f734d7643913a75e ***/
body {
  background: #000;
  margin: 0;
  padding: 0;
}

#game {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
}

#canvasContainer {
  position: fixed;
  left: 0px;
  margin-top: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.blockUserInteraction{
  pointer-events: none;
  background: #000000;
  opacity: 0.5;
}