.table-container {
  display: flex;
  justify-content: center;
}

table {
  margin-bottom: 30px;
  border-collapse: collapse;
}

th {
  padding-right: 100px;
}

tr:nth-child(odd) {
  background-color: #efefef;
}

#table-head {
  background-color: #ffffff;
}