table {
    border: solid 2px black;
}

th {
    border: solid 2px black;
    width: 50px;
    height: 50px;
    text-align: center;
}

tr:hover th{
    background-color: orange;
}