td:nth-child(2){
    background-color: red;
}
tr:nth-child(2){
    background-color: blue;
}
th{
    background-color: aqua;
}