::-webkit-scrollbar {
    width: 12px;
    height: 9px;
    background-color: lightgrey;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

::-webkit-scrollbar-thumb {
    background: #070e4a;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}