body {
    margin: 0px 0px 1px 0px; /* the extra 1px allows the iOS inner/outer check to work */
    -ms-touch-action: none;
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 10%;
  z-index: 10;
  background-color: rgba(255,0,0,0.5); /*dim the background*/
  visibility: visible;
}

#ifuk{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  visibility: hidden;
}

#brim-mask, #brim-main {
  color: #fff;
  display: none; 
}

#brim-mask {
    background: #663399; 
}

#brim-main {
  background: #1E824C; 
}

#swipe{
    position: relative;
    padding: 0;
    margin:auto ;
    font-size: 400%;
    width:60%;
    text-align: center;
}

#game{
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: auto ;
    margin-right: auto ;
    display: block; 
}

#keple{
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: auto ;
    margin-right: auto ;
    overflow: hidden;
}

#orientationqw {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0, 0, 0);
    z-index: -1;
    display: none;
}
