table {
  margin-top: 30px;
  margin-bottom: 30px;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
}

th,
td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
}

td:last-of-type {
  text-align: center;
}

.tableau {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  font-size: 2rem;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  margin-bottom: 0rem;
}

@media screen and (max-width: 40.5rem) {
  td, th {
    font-size: 0.8em;
  }

  footer, header {
    font-size: 1em;
  }
}

@media screen and (max-width: 30.5rem) {
  td, th {
    font-size: 0.6em;
  }

  footer, header {
    font-size: 1em;
  }
}