.mt-4 {
    margin-top: 1.5rem !important;
}
a {
    /*color: #333;*/
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.justify-content-center {
    justify-content: center !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2aac22;
    border-color: #2aac22;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #007bff;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
nav{
    display: block;
}