/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/



* {
    margin: 0;
    padding: 0;
}

body 
{
    font-family: 'Lato',sans-serif;
    direction: ltr;
}

/* Start Scrollbar */
/* width */
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f2f2f2; 
-webkit-box-shadow: inset 0 0 .2rem #808080; 
        box-shadow: inset 0 0 .2rem #808080;
}
/* Track Active */
::-webkit-scrollbar-track:active {
background: #d9d9d9; 
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #4d4d4d; 
border-radius: 50px;
-webkit-box-shadow: inset 0 0 .3rem #4d4d4d;
        box-shadow: inset 0 0 .3rem #4d4d4d;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #333333; 
}
/* End Scrollbar */
