::-webkit-scrollbar {
 background-color: transparent;
 width: 12px;
}

::-webkit-scrollbar-thumb {
 background-color: #2e3035;
 border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
 background-color: #4a4c51;
}
