::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    min-height: 20px;
    border: solid transparent;
    border-width: 1px 3px;
    border-radius: 6px;
    background-clip: content-window;
    box-shadow: inset 0 0 0 10px rgba(62,58,58,0.85);
}

body, html{ 
    font-family: 'Inter', sans-serif;
    font-weight: 400; background-color: #f1f1f1;
    font-size: 16px; color: #061623;
}

footer{
    margin-bottom: 10px;
}