body {
    background: whitesmoke;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#toolbar {
    margin: 10px;
}

#board {
    border: 1px solid black;
    background: white;
    cursor: crosshair;
}