table {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  background: #1e1d22;
  border-radius: 5px;
}

td,
th {
  color: #f0f0f0;
  padding: 10px;
  text-align: left;
}
