
   .scroll-text {
       font-size: 20px; /* Matn hajmi */
       color: #888; /* Boshlang‘ich rang (kul) */
       transition: color 0.5s ease-in-out;
   }

   .scroll-text.scrolled {
       color: white !important; /* Scroll qilinganda oq rangga o‘zgaradi */
   }



