@font-face {
    font-family: 'Russo_One';
    src: url('../assets/fonts/russo_one.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lobster';
    src: url('../assets/fonts/lobster.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../assets/fonts/custombfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0 0 1px 0;
    background: #000;
    overflow: hidden;
}

#game {
    width: 100%;
    height: 100%;
}

#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events:none;
    background-image: url(../assets/images/orientation.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;

}
#sgGiftsButton{
pointer-events: none;
}