.nice-table {
  border-collapse: collapse;
}
.nice-table :is(td, th) {
  border: 1px solid black;
  padding: 0.3em
}
.nice-table tr:nth-child(even) {
  background-color: lightgray;
}
.nice-table th {
  background-color: gray;
}