table, td {
    border: 1px solid black;
}

tr:hover {
    background-color: rgb(255, 0, 106);
}