.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-inline {
  display: flex;
  gap: 5px;
} 