body {
    margin: 0px 0px 0px 0px; /* the extra 1px allows the iOS inner/outer check to work */
    background: #000;
    -ms-touch-action: none;
    background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   
}

#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: 110%;
    height: 110%;
    background-image: url(../images/orientation.jpg); 
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}