﻿
body::-webkit-scrollbar {
    width: 0.5em;
}

body::-webkit-scrollbar-thumb {
    background-color: #236790;
    border-radius: 10px;
}

div::-webkit-scrollbar {
    width: 0.5em;
}

div::-webkit-scrollbar-thumb {
    background-color: #236790;
    border-radius: 10px;
}