::-webkit-scrollbar {
    width: 13px; /*genislik 10px olsun*/
    background-color: #eaeaea; /*scrollbar arkaplan renk*/
    border-left: 1px solid #f1f1f1;  /*arkaplan sol tarafa cizgi cek*/
}
::-webkit-scrollbar-thumb {
    background-color: #385D75; /*scrollbar renk*/
    border-radius:15px /*oval olsun*/
}
::-webkit-scrollbar-thumb:hover { /*tiklandiginda*/
    background-color: #294B5E;
}