tr:nth-child(odd) {
    background-color: white;
  }
  
  tr:nth-child(even) {
    background-color: black;
  }