html
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-text-size-adjust:  100%;;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;
    width:100%;
    height:100%;
    background-color: black;
    padding : 0px;
}


body, div {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    display:block;

}


#gameContainer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 0;
    overflow: hidden;
}

#gameCanvas{
    width:100%;
    background:rgba(255,255,255,0);
}

#brim-mask {
    pointer-events: none;
}
