Esteves Enzo
init
5916048
@tailwind base;
@tailwind components;
@tailwind utilities;
html, body {
@apply bg-gray-200 min-h-screen relative tracking-wide overflow-x-hidden;
z-index: 1;
}
#background__noisy {
@apply bg-blend-normal pointer-events-none opacity-80;
background-size: 25ww auto;
background-image: url('/background_noisy.webp');
z-index: -1;
@apply fixed w-screen h-screen top-0 left-0;
}