@layer components {
    .full-height {
        @apply h-screen;
    }
    .flex-center {
        @apply flex items-center justify-center;
    }
    .position-ref {
        @apply relative;
    }
    .content {
        @apply text-center;
    }
    .title {
        @apply text-4xl p-5;
    }
}
