body{
    /* background: url(/ımg/arka.gif); */
    background-size: cover;
    cursor:crosshair;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color:rgb(0, 0, 0);
}
::-webkit-scrollbar-thumb:hover {
    background-color: #006ed5;
}
