/* @tailwind base; */
#yepaich {
    @tailwind components;
    @tailwind utilities;
    @tailwind variants;

    @layer components {
        .acenter {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
    }
}
