body {
    -webkit-touch-callout: none !important;
    -webkit-text-size-adjust: none !important;
    -webkit-user-select: none !important
}

#game {
    z-index: 10;
    position: relative
}

#wrongRotation {
    display: none;
    z-index: 15;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    touch-action: none
}

#wrongRotation img {
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    touch-action: none
}

#menu {
    position: fixed
}

@font-face {
    font-family: gamefont;
    src: url(../assets/fnt/gamefont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}