html::-webkit-scrollbar {
    width: 8px;
}
  
html::-webkit-scrollbar-thumb {
    background-color: #2f3542;
    border-radius: 10px;
}