th, td {
    width: 100px;
    height: 100px;

    border: 2px solid black;
}

#bombTable input {
    background-color: white;
    color: black;
    width: 80px;
    height: 80px;
}

.row {
    display: flex;
    flex-direction: row;
}

.col {
    width: 80px;
    height: 70px;

    border: 2px solid black;

    display: flex;
    justify-content: center;
    align-items: center;
}

#msg {
   width: 400px;
}