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

@layer base {
  body {
    background-image: url("/assets/wall-7572ae90.jpg");
    background-repeat: repeat;
  }
}

@layer components {
}

