.pagination {
    font-size: 80%;
    display: flex;
    justify-content: center;
}
        
.pagination a {
    text-decoration: none;
	color: white;
    line-height: 30px;
}

.pagination a{
    display: block;
    float: left;
    padding: 0.3em 0.5em;
	margin-bottom: 5px;
	text-align:center;
    background: #eeeeee;
    height: 30px;
    min-width: 30px;
    line-height: 25px;
}

.pagination a:first-child{
    border: none;
}

.pagination a:last-child{
    border: none;
}

.pagination a{
    line-height: 30px;
    color: gray;
    border-radius: 0px;
    margin-left: 10px;
}
.pagination li.active a,.pagination a:hover{
    background: #666ee7;
    color: #fff;
}

.my-pagination{
    display: flex;
    justify-content: center;
}
