@import "../../app/variables";
.flex-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.5rem;
}