.section-name {
    position: relative;
    padding-bottom: 20px;
    background-color: #9C27B0;
    /* background-image: attr(data-cover url); */
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    background-size: 100%;
    color: #fff;
    border-top: solid 1px #e57e6e;
}
h1 {
    display: inline-block;
    padding: 30px 40px;
    font-size: 80px;
    line-height: 1;
    font-family: "Neucha", cursive;
    letter-spacing: 3px;
    background-color: rgb(0 0 0 / 80%);
}

ul.subcategories {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;

    list-style: none;
    padding: 0;
    margin: 0;
}

/* .subcategories > li {
    border: solid 1px #ccc;
} */
.subcategories a {
    background-color: rgb(0 0 0 / 80%);
    color: #bfbfbf;
    padding: 5px 12px;
    text-decoration: none;
}