table.dataTable thead{
    background-color: #008184;
    color: rgb(238, 238, 238)
}
table.dataTable tbody{
    background-color: #81abac;
    color: black;
}
/*h3{*/
/*    background-color: #c448c4;*/
/*    color: black;*/
/*}*/
.page-item.active .page-link{
    background: #008184 ;
    color: azure ;
}

.page-link{
    color: black;
}