html, body
{
    
    background-color: black;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
    color: white;
    /* background: black; */
    background-image:url('background.jpg');
    -webkit-text-size-adjust: none; /* important, or your text resizes randomly on rotation! */
    -webkit-tap-highlight-color: transparent;
}

#game_canvas
{
	border: 1px solid white;
    z-index: 1;
    overflow: hidden;
    image-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    -ms-touch-action: none;
}

#wrong_orientation
{
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
}

#wrong_orientation img
{
    display: block;
    margin: 0 auto;
    width: 80%;
}

#preloader
{
    position:relative;
    text-align: center;
}

#viewporter
{
    align: center;
    width: 100%;
}
