::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
   background-color: black;
   border-radius:10px;
}

::-webkit-scrollbar-thumb {
   background-image:url("imagens/fundo2.png");
   border-radius:20px;
   
}

::-webkit-scrollbar-thumb:hover {
   background-color: #66c2f2;
   background-image: none;
}

::-webkit-scrollbar-corner {
   background-color: none;
}


