#pics
   {

   height: 600px;
   width:  800px; 
   overflow: scroll;  

   }
body::-webkit-scrollbar 
   {
      width: 12px;
   }
 
body::-webkit-scrollbar-track 
   {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
      border-radius: 10px;
   }
 
body::-webkit-scrollbar-thumb 
   {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
   }