body::-webkit-scrollbar-track {
  background: orange;
}

body::-webkit-scrollbar-thumb {
  background-color: blue; 
  border-radius: 20px;    
  border: 3px solid orange;  
}

body::-webkit-scrollbar{
    width: 20px;
}

body::-webkit-scrollbar-button{
    background-color:aqua;
}

.mobileblock::-webkit-scrollbar-track {
  background: orange;
}

.mobileblock::-webkit-scrollbar-thumb {
  background-color: blue; 
  border-radius: 20px;    
  border: 3px solid orange;  
}

.mobileblock::-webkit-scrollbar{
    width: 20px;
}

.mobileblock::-webkit-scrollbar-button{
    background-color:aqua;
}
