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

@layer base {
  .tutor-splash-background {
    @apply absolute inset-0 rounded-4xl w-full h-full;
    @apply blur-[3px] brightness-[3] contrast-[0.5];
    background-position: 30%, 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
