.hit::-webkit-scrollbar{
  width:10px;
}
.hit::-webkit-scrollbar-corner {
  background:white;
}
.hit::-webkit-scrollbar-thumb {
  
  border-top:180px solid #04326b;   
  height:160px;
  min-Height:120px;
}
.hit::-webkit-scrollbar-track{

    background-color:white;
}
