
table{
     text-align: center;

}

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


