*,
body,
html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none      
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
html {
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -khtml-user-select: none;
    /* background: url(../assets/images/tile.png) #000; */
    background: indigo;
    height: 100%;
    text-align: center;
    outline: none;
    box-shadow: 0 0 5vmin 1vmin black;
}

#msg {
    margin: 40% 25% 0%;
    width: 50%;
    height: 50%;
    font-size: 12pt;
    color: #fff
}

@font-face {
    font-family: "Impact";
    src: url(../assets/fonts/Impact.ttf)
}
