.flex_container_between {
  display: flex;
  justify-content: space-between;  /* Distributes space between items */
  align-items: center;             /* Aligns items vertically */
}

.gap_all {
  gap: 10px;
}

/*table{
  font-size: 2rem !important;
}*/