table {
  width: 100%;
  border-collapse: collapse;
  /* Set the background color */
}

th,
td {
  border: 1px solid #F4924A;
  padding: 8px;
  text-align: center;
}
tr:nth-child(odd){
  background-color: #F4924A;
}