html{
    scroll-behavior: smooth;
}

.scroll-div{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: auto;
    scroll-behavior: smooth;
}

.scroll-div a{
    margin-right: 32px;
}

::-webkit-scrollbar{
    display: none;
}