#game {
    z-index: 10;
    position: relative
}

#wrongRotation {
    display: none;
    z-index: 15;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1)
}

#wrongRotationText {
    position: relative;
    float: top;
    text-align: center;
    color: #fff;
    font-size: 150%;
    top: 10%
}

#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%)
}

.spl-branding-image {
    display: block;
    bottom: 0;
    left: 0;
    position: absolute
}

#spl-more-games-btn {
    color: #754c24;
    font-weight: bold;
    background-color: #d6a461;
    border: 3px;
    border-style: solid;
    border-color: #603813;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    bottom: 0;
    right: 0;
    position: absolute
}

#menu {
    position: fixed
}

@font-face {
    font-family: 'gameFont';
    font-style: normal;
    font-weight: 400;
    src: url('../assets/fnt/gamefont_slots.ttf') format('truetype')
}