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

:root
{

}

.wrapper{
    @apply overflow-hidden relative ;
}

.wrapper::before
{
    @apply animate-wheel h-[2000%] w-[2000%] left-[-950%] top-[-950%] absolute content-[''];
}

.child
{
    @apply m-1 p-4 relative;
}

.terminal
{
    min-height: calc(theme(maxHeight.hero) - 4em);
    max-height: calc(theme(maxHeight.hero) - 4em);
}
