::-webkit-scrollbar { background: #d6d4d2; border: 1px solid #a19d9a; width:6px;height:5px;}
::-moz-scrollbar { background: #d6d4d2; border: 1px solid #a19d9a; width:6px;height:5px;}
::-webkit-scrollbar-track-piece{background-color:#121420;}
::-moz-scrollbar-track-piece{background-color:#121420;}
::-webkit-scrollbar-thumb{-webkit-border-radius:3px;background:#C00D0E;}
::-moz-scrollbar-thumb{-webkit-border-radius:3px;background:#C00D0E;}
body{
  scrollbar-width: thin;
  scrollbar-base-color: #000;
  scrollbar-face-color: #C00D0E;
  scrollbar-3dlight-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-track-color: #000;/*scroll çubuk arkaplan rengi*/
  scrollbar-arrow-color: #C00D0E;/*yukarı aşağı ok rengi*/
  scrollbar-shadow-color: #C00D0E;/*scroll kenarlık rengi*/
}