 
.page {
    clear: both;
    margin: 50px 0px 20px 0px;
    text-align: center;
}

.page a {
    text-decoration: none;
    background-color: #dee2e6;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    border-radius: 4px;
    text-align: center;
    margin: 0 6px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    transition: .5s;
}

.page a:hover, .page a:focus {
    font-size: 15px;
    border: #7C9AB4 1px solid;
    color: #fff;
    background-color: #7C9AB4;
}

.page .current {
    border: #7C9AB4 1px solid;
    font-size: 15px;
    color: #fff;
    /*margin: 2px;*/
    background-color: #7C9AB4
}