﻿html, body {
    font-family: "Tahoma";
    font-style: normal;
    padding: 0;
    margin: 0;
    background: #83FDFA;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#stats {
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
}

#wrapper {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 50%;
    top: 50%;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#bgStage {
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}

#mainStage {
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    text-rendering: geometricPrecision;
}

#spilgames-splash-screen {
    width: 100%;
    height: 100%;
    background: url('./Splash_Image_GGG.png') top center no-repeat; /* Change "A10" to "GGG" or "Zibbo" based on the brand your game matches */
    position: absolute;
    z-index: 10000; /* Make sure its on top of the game */
    background-size: 90%;
    background-color: #FFFFFF; /* Change to #FFF for GGG or Zibbo branded games */
}

.spilgames-splash-screen-gone {
    display: none !important;
}
