.tw-mb-3 {
  margin-bottom: 0.75rem;
}

.tw-flex {
  display: flex;
}

.tw-justify-end {
  justify-content: flex-end;
}

.tw-justify-center {
  justify-content: center;
}

.tw-rounded-lg {
  border-radius: 0.5rem;
}

.tw-rounded-md {
  border-radius: 0.375rem;
}

.tw-button-flax {
  background-color: #3a3633;
  color: #ffffff !important;
  /*needed*/
}

.tw-button-flax:hover {
  filter: brightness(0.9);
}

.tw-button-flax:hover, .tw-button-flax:visited {
  color: #ffffff !important;
  /*needed*/
}
