::-webkit-scrollbar{
width: 10px;
background-color: #c09d6c;
}
::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #a8aa8a;
}
::-webkit-scrollbar-thumb{
background-color: #c09d6c;
background-image: url('../14%20de%20febrero/-webkit-linear-gradient(90deg,rgba(255,%20255,%20255,%20.2)%2025%25,transparent%2025%25,transparent%2050%25,rgba(255,%20255,%20255,%20.2)%2050%25,rgba(255,%20255,%20255,%20.2)%2075%25,transparent%2075%25,transparent)')
}