canvas 
{
    outline: none;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden;
}

#aspect-container
{
    width: 100vw; 
    height: 75vw;
    max-width: 155.56vh;
    max-height: 100vh;
}

#page 
{
    display: none;
}

#page,
#aspect-container
{
    min-width: 300px;
    min-height: 225px;
}

/* GAME PAGE */

#game .play-store-button,
#game .app-store-button
{
    float: right;
    position: relative;
    top: 15%;
    margin-right: 1.5%;
    height: 70%;
    z-index: 1;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

    transform: scale(1);
}

#game .play-store-button:hover,
#game .app-store-button:hover
{
    transform: scale(1.05);
}

#wrapper 
{
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10%;
}

#footer 
{ 
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(bg.png);
    height: 10%;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,0.8), inset 0 0 0 4px rgba(255,255,255,0.4) 
}

#footer .game-logo
{
    position: absolute;
    top: 10%;
    height: 80%;
    left: 1%;
}

#spin {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    height: 20%;
    margin-top: -10%;
    margin-left: -10%;
}