#fix {
 margin:auto;
 width:40%;
 padding-bottom:10px;
 padding-top:10px;
}
.pagination {
 display: inline-block;
}
.pagination a {
 color: black;
 float: left;
 padding: 8px 16px;
 text-decoration: none;
 transition: box-shadow .3s;
 border: 1px solid #B0B0B0;
}
.pagination a:hover:not(.active) {
 box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
 font-weight:normal;
}
.active {
  background-color: rgba(192,192,192,0.7);
  font-weight:normal;
}
@media screen and (max-width:980px) {
    #fix {
        width:100%;
        padding-left:65px;
    }
}