    ::-webkit-scrollbar-thumb {

        background: #fc1542;

        border-radius: 30px;
    } 
    ::-webkit-scrollbar {
 
        width: 10px;
 
        height: 5px;

        background: #01052e;
    }