.filters {
    margin-bottom: 20px;
}
.filters a {
    margin-right: 15px;
    color: #007bff;
    text-decoration: none;
}
.filters a:hover {
    text-decoration: underline;
}
.manga-item {
    margin-bottom: 20px;
}
.manga-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}
.manga-item .manga-title {
    font-size: 15px;
    display: block;
    color: #333;
}
.manga-item .manga-update {
    color: #999;
    font-size: 13px;
}

.row .manga-item img{
    width: 180px;
    height: 240px;
}
.nav-body{
    display: flex;
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.nav-body a{
    color: #333;
}
.nav-body a.active{
    color: #e9a6b2;
}

.filters span {
    color: #999999;
    min-width: 50px;
}
.filters .d-flex{
    margin-bottom: 10px;
}

.page-link {
    color: #333 !important;
}
.page-link.active{
    color: #e9a6b2 !important;
    background-color: #fff !important;
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color) !important;
}