



@keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}







::-webkit-scrollbar {
    width: 8px;
    height: 3px;
    background-color: rgba(131, 131, 131, 0.1);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(129, 129, 129, 0.5);

}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(129, 129, 129, 0.9);

}