td, tr{
    border: 1px solid black;
    /* font-size:50px; */
}

td {
    font-size: 3em;
    text-align: center;
    color:white;
    width: 100px;
    height: 100px;
}

.hidden {
    display: none;
}