/* width */
::-webkit-scrollbar {
    height: 8px;
    width: 1px;

    background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #CAD52B;
    border-radius: 10px;
}
