#page-list {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
#page-list a {
    display: inline-block;
    padding: 0.5rem 0.5rem;
    background-color: #eaeaea;
    color: blue;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#page-list a:hover {
    border: 1px solid #000000;
}