*, body {
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #db0202;
    border-radius: 12px;
}
