#game {
    z-index: 10;
    position: relative;
}

#wrongRotation {
    display: none;
    z-index: 15;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    touch-action: none;
}

.btn-more {
    border-radius: 100px;
    background-color: #ffffff;
    z-index: 999999999;
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    left: 75%;
    top: 90%;
}

.more a {
    text-decoration: none;
}

.more img {
    width: 50px;
    height: 50px;
}

#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: normal;
    font-style: normal;
}