#hostelListing:hover {
    transform: rotate(20);
}

#entry-header {
    transition: 0.5s ease;
}

#entry-header:hover {
    background-color: black;
    border-start-end-radius: 70px;
}

/* thread */

.thread {
    transition: 0.1s ease-in-out;
}

.thread:hover {
    background-color: #50C878;
    color: #fff;
}

.thread:hover a {
        color: #fff;
}

/* category */

.category-container {
    transition: 0.1s ease-in-out;
}

.category-container:hover {
    color:#50C878;
    background-color: #fff;
}