.topic-text {
    margin: 0;
    margin-top: 50px;
}


.sortdateText {
    position: absolute;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    background-color: gray;
    color: white;
    top: 23px;
    left: 10px;
    padding: 4px 7px;
    border-radius: 5px;
    opacity: 0;
    z-index: 100;
    pointer-events: none;
}
.sort-box:hover .sortdateText {
    opacity: 1;
    transition: opacity 0.15s;
}

/* */

.menu-items {
    width: 130px;
    cursor: pointer;
}

.tags {
    color: black;
    text-decoration: none;
    font-weight: bold;
}
.tags:hover {
    color: rgb(156, 35, 35);
    transition: color 0.15s;
}