.pagination {
    display: flex;
    justify-content: space-evenly;
    width: 16%;
    align-items: center;
    margin: 0 auto;
    top: 40px;
    position: relative;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffffb8;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 100px;
}