input:focus {
    outline: none !important;
    border-color: #000 !important;
}

.btn-primary {
    padding: 10px 24px;
    background-color: rgb(17, 15, 26);
    border-radius: 6px;
    color: white;
    text-transform: uppercase;
    transition: .2s ease-in;
}

.btn-primary:hover {
    background-color: rgba(17, 15, 26, 0.8);
}

.pagination .page-item {
    color: rgba(17, 15, 26, 0.8) !important;
}

.pagination .page-link.active .page-link {
    background-color: rgba(17, 15, 26, 0.8) !important;
    border-color: rgb(17, 15, 26) !important; 
}
