.categories {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;

    overflow: scroll;
    scroll-behavior: smooth;
}

.categories a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;

    width: min-content;
    padding: 10px;
}