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

canvas {
    -webkit-user-select: none;
    user-select: none
}

#orientation {
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #000;
    background-image: url(orientation.3ab5a219.png);
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: none;
    position: absolute;
    top: 0;
    left: 0
}

#gameBackgroundA {
    width: 0;
    height: 0;
    z-index: -1;
    background-color: #1f1f1f;
    background-position: 100% 100%;
    background-repeat: repeat-y;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

#gameBackgroundBottomA {
    width: 0;
    height: 0;
    z-index: 2;
    background-color: #3e3e3e;
    background-image: url(wall_prison.c88374cb.png);
    background-position: 100% 0;
    background-repeat: repeat-y;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

#gameBackgroundB {
    width: 0;
    height: 0;
    z-index: -1;
    background-color: #1f1f1f;
    background-position: 0 100%;
    background-repeat: repeat-y;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

#gameBackgroundBottomB {
    width: 0;
    height: 0;
    z-index: -2;
    background-color: #3e3e3e;
    background-image: url(wall_prison-flop.edde127b.png);
    background-position: 0 0;
    background-repeat: repeat-y;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0
}

/*# sourceMappingURL=index.66bebbd7.css.map */