.responsive {
  width: 100%;
  height: auto;
}



/* width */
::-webkit-scrollbar
{  width: 7px; }

/* Track */
::-webkit-scrollbar-track 
{
    background: #000000; 
}


{
  box-shadow: inset 0 0 10px black; 
  border-radius: 1px;
}


::-webkit-scrollbar-thumb 
{
background-color: tranparant;
 border-top:  100px solid red ;}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover
{  background: #000000; }



body {
   background-image: url('/website%20pics/biblio13.png');
   background-color: #000000;
   background-repeat: no-repeat;
   border-left:7px solid #7f7f7f;
   background-attachment: fixed;
     overflow-x: hidden;
 
   }


a {text-decoration: none;
   font-family:HP Simplified Light; 
   letter-spacing: 0.9px;
      font-size:15px;
    color: #ffffff;
   }
 
 th
{ text-decoration: none;
  color: #ffffff;
   font-weight:normal;
     text-align: left;
}
   