.page-numbers{
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    color: #000;
    display: inline-block;
    line-height: 40px;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    background-color: #EEE;
    border-radius: 4px;
}
.current{
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-size: 1.2em;
    text-align: center;
    color: #FFF;
    background-color: #CC0814;
    border-radius: 4px;
}

.page-numbers:hover{
    color: #CC0814;
}