.pagination >li {
    padding: 0 10px;
}

#pagination{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
#pagination > div{
    display: flex;
    justify-content: center;
    margin: 0 5px;
    border: 1px solid #ccc;
    width: 22px;
    height: 22px;
    border-radius: 5px
}

#boardSearch{
    display: flex;
    justify-content: center;
}