/* STYLING THE SCROLLBAR  */
::-webkit-scrollbar{ width: 5px; }
::-webkit-scrollbar-track{ background: #EEE; border-radius:10px; }
::-webkit-scrollbar-thumb{ background: #c1bfba; border-radius:10px; }