@charset "utf-8";
/* CSS Document */

.blok {
    width: 300px;
    height: 300px;
    background: #282C34;
    cursor: url("../img/cross-zero/cursorX.png"), auto;
}

.cell {
    width: 100px;
    height: 100px;
    float: left;
    border: 1px solid white;
    box-sizing: border-box;
    font-size: 50pt;
    color: #a2bb5d;
    text-align: center;
    line-height: 100px;
}

