table, th, td {
    border:1px solid black;
    width: fit-content;
}
table {
    width: 100%;
    border-collapse: collapse;
    }
th {
    text-align: center;
    font-size: x-large;
    }
tr{
    height: 25px;
}
.holes th {
    font-family: cursive;
}