table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  color: white;
}

th,
td {
  padding: 10px;
  border: 1px solid #444;
}

thead tr {
  background-color: #3a4352d2;
}

tbody tr:nth-child(odd) {
  background-color: #4a5568;
}

tbody tr:nth-child(even) {
  background-color: #2d3748;
}
