#trending-container {
    margin-top: 100px;
}
#header_category {
    text-align: center;
}
#no-post-found {
    display: flex;
    align-items: center;
    justify-content: center;
}
#no-post-found p{
    text-align: center;
}
#no-post-found i {
    font-size: 1rem;
    margin-right: 10px;
}