.pagination {
    display: flex;
    gap: 10px; /* Add some space between elements */
    margin-top: 6vh;
    margin-bottom: 2vh;
}
