
*{
    font-family:  'Gilroy', sans-serif;
    
}
::-webkit-scrollbar{
    width: 5px;
}

::-webkit-scrollbar-thumb{
    background-color: #463f3f;
    border-radius: 10px;
}


::-webkit-scrollbar-track{
    background-color: #f1f1f1;
    border-radius: 10px;
}