th {
    color: white;
    background-color: rgb(63, 63, 63);
}

tr:nth-child(odd) {
    background-color: #f2f2f2;
}