.container {
  padding-left: 20%;
  padding-right: 20%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.header-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

th {
  text-align: left;
}
