@import url(//fonts.googleapis.com/css?family=Lato:300:400);

/* width */
::-webkit-scrollbar {
    width: 10px;
}


/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(147, 179, 255); 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(98, 145, 255); 
}