* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.report-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 100vh;
}
.first-table {
}

table {
  text-align: center;
}
th,
td {
  padding: 5px 10px;
}
.signature {
  display: flex;
  justify-content: space-between;
  width: 30%;
}
.signature p {
  text-align: center;
}
