table {
  text-align:center;
}
tr:nth-child(odd) {
  background:#faf79b
}
tr:nth-child(even) {
  background:#9de6f2
}