.table_blooddonation tr td {
  padding: 30px;
}
.table_blooddonation tr {
  border-bottom: 1px solid #e6e6e6;
}
.table_blooddonation tr td:not(:last-child) {
  border-right: 1px solid #c9c9c9;
}
.table_blooddonation {
  border: 1px solid #c9c9c9;
}
.div_center{
    display: flex;
    justify-content: center;
    align-items: center;

}