/*your custom css goes here*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body{
      font-family: "Rubik", sans-serif;
}

nav.inline-flex.-space-x-px.text-sm.shadow-sm {
    box-shadow: unset;
}

li.page-item {
    margin: 0 5px;
}

ul.pagination {
    display: flex
;
}

.page-link {
    background: #f8f4fc;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #591c98;
}

li.page-item.active span.page-link {
    background: #591c98;
    color: #fff;
}