.table {
  th {
    background: hsla(0, 0%, 0%, 5%);
    text-align: left;
  }

  th, td {
    padding: 0 0.6rem;
    border-radius: 0.3rem;
  }
}
