body{
background:#b7b8b9;
background-image: linear-gradient(to right top, #b7b8b9, #a3a4a5, #909091, #7d7d7e, #6b6b6b);
 height:100vh;
 
 overflow-y: hidden;
  overflow-x: hidden;
  
  padding:0px;
  margin:0px;
}



::-webkit-scrollbar {
  width: 10px;
  height:11px;
}

/* Track */
::-webkit-scrollbar-track {
 background:rgba(255,255,2550,0.1);
}


/* Handle */
::-webkit-scrollbar-thumb {
  background: #0A3251;
  border-radius:3px;
}

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


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

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