The simple line will change the behaviour on the whole page
html {
scroll-behavior: smooth;
}
If you have a fix navigation on top or something else, the link which you clicked can be covered. But there is a simple fix.
.scroll-padding {
scroll-padding: 50px;
}