#wrongRotation {
    display: none;
    z-index: 15;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    touch-action: none;
}

#wrongRotation img {
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    touch-action: none;
}

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

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