body::-webkit-scrollbar {
    width: 0.3em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
    background-color: #b47454;
    /* background-color: #2facb2; */
    outline: 1px solid slategrey;
}

.mt-130{
	margin-top: 130px;
}