.chess-move .area {
    position: absolute;
    padding-top: 50px;
    margin-top: 50px;
    line-height: 1px;
    width: 450px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.chess-move .block {
    width: 12%;
    background-color: #fff;
    z-index: 0;
    display: inline-block;
    padding: 0;
    font-size: 20px;
    text-align: center;
}
.chess-move .block:hover {
    cursor: pointer;
}
.chess-move .uneven {
    background-color: #000;
}
.chess-move .move {
    border:  1px solid #b34545;
    background-color: #e09494;
    z-index: 1;
}
.chess-move .timer {
    text-align: center;
}
.chess-move .time {
    color: red;
    font-size: 30px;
}