::-webkit-scrollbar {
  width: 6px;
  height: 0;

  padding: 0 15px 5px 0;
  overflow: auto hidden;
  scrollbar-width: none;
  
  scroll-behavior: smooth;
}
::-webkit-scrollbar-button {
background: #555;
border-radius: 50px;
 background: linear-gradient(to bottom, 	#8592d6, #000000);



	
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}




title {
color: green;

}


li2 {
    font-family: sans-serif;
  margin-top: 0px;
  margin-bottom: 10px;
  background: linear-gradient(to left, 	#8592d6, #000000, #8592d6, #000000  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
color: black;
}

li {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: serif;
 /* font-size: 4rem; 
  text-align: center; */
  background: linear-gradient(to top, 	#8592d6, #000000, #8592d6, #000000  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

strong {
color: black;
background-color: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}