@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.ttf') format('truetype'),
         url('../assets/fonts/arial-rounded-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#game
{   
    /*
    display: block;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    display : block;   */
    margin : auto;
    /*position: absolute;*/
}

#orientation{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background-color:black;
    background-repeat:no-repeat;
    background-position: center center;
    display:none;
}

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