p {
  padding: 0;
  border: 0;
  margin: 0px
}

*{overflow:hidden;overflow-x:hidden;overflow-y:hidden}


body, html {
  color: #000;
  font-size: 16px;
  height: 100%;
  width: 100%;
  max-height:100vh;
  margin: 0px;
  padding: 0px;
  background-color: #000;
  background-image: url("assets/game_bg.jpg");
}


#bg,#content {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  touch-action: none;
  background-color: #000;
  opacity: 0;
  position: relative;
  z-index: 2;
  background-image: url("assets/game_bg.jpg");
  background-image: url("assets/game_bg.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
