 .pagination .page-item a {
            color: red !important;
            background-color: white !important;
            border-color: red !important;
        }

        .pagination .page-item a:hover {
            color: white !important;
            background-color: red !important;
            border-color: red !important;
        }

        .pagination .page-item.active a {
            background-color: red !important;
            color: white !important;
        }