@import "tailwindcss";

/* custom bg */
.bg-custom-gradient {
   background: linear-gradient(
      121deg,
      rgba(255, 255, 255, 0.544) 0%,
      rgba(152, 151, 151, 0) 102.2%
   );
}
