html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.card {
  border: 2px solid #ccc;
  border-radius: 8px;
}
.card-body {
  padding: 0.5rem;
}
.table-recap {
  width: 50%;
  margin: 2rem auto;
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.table-recap th,
.table-recap td {
  border: none;
  padding: 0.75rem 1rem;
}
.table-recap thead th {
  border-bottom: 1px solid #ddd;
}
.table-section {
  margin-bottom: 2rem;
}
.table-section h3 {
  margin: 1rem 0 0.5rem;
  font-size: 1.1rem;
  font-family: sans-serif;
}
.table-recap,
.table.table-bordered {
  width: 50% !important;
  margin: 2rem auto;
  font-size: 0.8em;
}
