export type justificationType = | "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;