* {
  padding: 0;
  margin: 0;
}

.tableContainer {
  height: 300px;
  overflow: scroll;
}

.tableContainer th {
  position: sticky;
  top: 0;
  background-color: red;
}

.bg-personnal {
  background-color: darkslategrey;
}

.label-color {
  color: antiquewhite;
}

a > .card {
  color: black;
}
