
body{background:#fafafa}.container{margin:50px auto}


                          /* Pagination links */
                      .pagination a {
                          color: black;
                          float: left;
                          padding: 8px 12px;
                          text-decoration: none;
                          transition: background-color .3s;
                          font-size:12px;
                      }

/* Style the active/current link */
.pagination a.active {
    background-color: dodgerblue;
    color: white;
}
.tablesorter-header-asc::after {
    content: '\2191';
    top: calc(50% - 0.75em);
    float: right;
}

.tablesorter-header-desc::after {
    content: '\2193';
    top: calc(50% - 0.75em);
    float: right;
}
/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {background-color: #ddd;}



 .cx form{
     display: flex
 }
.cx input{
    width:30%;margin-left:10px
}
.cx button{
    background-color: #a1a1a1;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.cx h1{
    color: #3d3d3d;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
