@font-face {
    font-family: 'arial-rounded';
    src: url('../assets/fonts/arial-rounded-bold.woff'),
         url('../assets/fonts/arial-rounded-bold.ttf');
    src: local('☺'), url('../assets/fonts/arial-rounded-bold.woff') format('woff'), url('../assets/fonts/arial-rounded-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#game
{   
    /*cursor: url("../assets/hand-small.png"), auto;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto;
}

body{
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

.inner-logo
{
    display: inline-block;
    position: absolute;
    right: 0;
    background-image: url("../assets/zido-logo.png");
    background-repeat: no-repeat;
    width: 90px;
    height: 100px;
    margin-top: 15px;

}

#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(orientation.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(42, 186, 238);
    z-index: 999;
    display: none;
}