#board {
    display: none;              /* hidden at start */
    position: absolute;
    margin: 0;
    touch-action: none;
}

#board img {
    width: 60px;
    height: 60px;
}