table {
    border: 1px solid black;
}

tr:nth-child(odd) {
    background-color: lightgray;
}

tr:nth-child(1) {
    background-color: gray;
}
