table tr:hover{
    background: orange;
    cursor: pointer;
}

body{
    background: linear-gradient(red,yellow);
}