.main {
    text-align: center;
}

.board-cont {
    position: absolute;
    width: 100%;
    top: 274px;
}

.board {
    /* background: green; */
    background: #384327;
    padding: 4px;
    display: inline-block;
    margin-right: 15px;
    /* border-radius: 10px; */
    /* overflow: hidden; */
}

.abort {
    padding: 20px;
    font-size: 50px;
    background: red;
    cursor: pointer;
    display: inline-block;
    border-radius: 20px;
    color: white;
}