@tailwind base;
@tailwind components;
@tailwind utilities;

.hero::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(30deg, rgba(10, 10, 10, 0.802)
    3%, rgba(255, 255, 255, 0) 70%);
}
  