@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  .road-map-container {
    @apply flex flex-col gap-2 items-center;
  }
}
