.bg-blue{
    background-color: #2699da !important;
}

.bg-blue-2{
    background-color: #0e6aab !important;
}
.text-blue{
    color: #2699da !important;
}

.text-blue-2{
    color: #0e6aab !important;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination strong {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination strong {
    background-color: #2699da;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}
.pagination strong:hover:not(.active) {
    background-color: #000000;
    border-radius: 5px;
}
