body::-webkit-scrollbar {
    width: 3px;
    background-color: white;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #ea3368;
}