img.user-avatar {
    max-height: 200px;
    max-width: 200px;
}

img.post-image {
    max-height: 200px;
    max-width: 200px;
}

.img-2_3-container {
    aspect-ratio: 3/2;
    overflow: hidden;
    width: 100%;

    background-position: center;
    background-size: cover;
}

.table a.asc::after {
    content: "↓";
    display: block;
    float: right;
}

.table a.desc::after {
    content: "↑";
    display: block;
    float: right;
}