* {
    -webkit-user-select: none;
    user-select: none;
}

.gif-preloader {
    /* Place this above everything else */
    position: absolute;
    z-index: 100501;
    /* Resize to be about half the screen width */
    width: 15%;
    height: auto;
    /* Place the image in the center, account for the % that the image itself takes */
    top: 35%;
    left: 42%;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.game {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* fixes ios bug where the game content goes out of the bounds of the parent iframe */
}

h1,h2,h3 {
    color: #fff;
}
@font-face {
    font-family: 'paytoneone-webfont';
    src: url("../assets/fonts/paytoneone-webfont.eot?") format("eot"), url("../assets/fonts/paytoneone-webfont.woff") format("woff"), url("../assets/fonts/paytoneone-webfont.ttf") format("truetype"), url("../assets/fonts/paytoneone-webfont.svg#paytoneone-webfont") format("svg");
}