#search-results, #search-results-2 {
    max-height: 400px;
    overflow-y: auto;
}
.arrow-up {
    color: green;
    font-size: 1.2em;
    margin-left: 5px;
}
.arrow-down {
    color: red;
    font-size: 1.2em;
    margin-left: 5px;
}
.bold {
    font-weight: bold;
}
.pagination {
    margin-top: 1rem;
    justify-content: center;
}