.content-container .content {
    text-align: center;
}
.content-container .content::before {
    display: none;
}
.content-container .content p {
    text-align: justify;
}
.list .category-items {
    overflow: hidden;
    max-width: 100%;
    height: 200px;
    padding: 10px;
}
.category-label {
    margin-bottom: 0px;
    margin-left: 20px;
    text-align: left;
    width: calc(100% - 40px);
}
h2.category-label .headline {
    margin-left: 20px;
    color: var(--nav-foreground);
    text-shadow: 1px 1px 1px #999;
    text-decoration: none;
}
h2.category-label .headline:hover {
    text-decoration: underline;
}
h2.category-label .browse {
    float: right;
    font-size: 12px;
    text-shadow: unset;
    margin-right: 20px;
    margin-top: 7px;
}
@media screen and (max-width: 450px) {
    h2.category-label .browse {
        display: none;
    }
    .category-label {
        text-align: center;
    }
}