.box {
    width: 98px;
    height: 98px;
    border: 1px solid black;
    vertical-align: top;
    display: inline-block;
    font-size: 65px;
    text-align: center;
}

#board {
    font-size: 0px;
}

#display {
    font-size: 50px;
}
