body{margin:0px; padding:0px;}

::-webkit-scrollbar {
    width: 8px;
    height:8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #f18024;
    outline: 1px solid slategrey;
    border-radius: 3px;
}


@font-face {
    font-family: poppins_t;
    src: url(fonts/Georgia.ttf);
}
@font-face {
    font-family: poppins_r;
    src: url(fonts/georgia-bold.ttf);
}
@font-face {
    font-family: poppins_m;
    src: url(fonts/Poppins-Medium.otf);
}

a{text-decoration:none; color:#333;}







