@-ms-viewport {
    width: device-width;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    /*position: fixed;*/
    background: #000000;
}

#game {
    position: fixed;
}

#gameContainer {
    z-index: 1;
    height: 99.9vh;
}
