.rednet-page__left .ps-footer__links {
    background-color: #f6eaba;
    padding: 50px;
    border-radius: 25px;
}

.rednet-page__left .ps-pagination {
    display: flex;
    margin-top: 30px;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}

.rednet-page__left .ps-pagination ul li {
    background-color: orange;
    padding: 25px 50px 25px 50px;
    color: white;
    font-size: 16px;
    border-radius: 25px;
}

.rednet-page__left .ps-pagination ul li:hover {
    background-color: black;
    color: orange;
}

.rednet-page__right .seeMoreCountries .seeMoreCountries-button{
    color:black;
    background-color: orange;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    transition: all 0.4s ease;
    margin: 20px 50px 0px 50px;
    padding: 20px;
}

.rednet-page__right .seeMoreCountries .seeMoreCountries-button:hover{
    color:orange;
    background-color: black;
    transition: all 0.4s ease;
}

    