body {
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.tp1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 0;
}
.intro {
    width: fit-content;
}
.intro a {
    text-decoration: none;
    color: yellow;
}
.intro a:hover {
    color: white;
    text-decoration: none;
}
.intro img {
    width: 70px;
    object-fit: contain;
}
.cashback {
    width: 100%;
    height: 400px;
    background-color: #3071E7;
    margin: 0;
    text-align: left;
    padding: 4em;
}
.cashback button {
    color: #3071E7;
    border-radius: 12px 14px;
    border-color: none;
}
.cashback button:hover {
    background-color: yellow;
    color: white;
    border-color: yellow;
}
.coupons-holder {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    color: #3071E7;
    padding: 0.5em 0;
    text-align: center;
    box-sizing: border-box;
}
.coupons-holder p {
    display: inline-block;
    color: black;
    margin: 0 0.5em;
}
.coupons-holder button {
    background-color: #3071E7;
    color: white;
    border-radius: 16px 18px;
    border-color: none;
}
.coupons-holder button:hover {
    background-color: yellow;
    color: white;
    border-color: yellow;
}
.shopping {
    background-color: white;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3em;
}
@media (max-width: 800px) {.shopping {flex-direction: column;}}

.shopping-props {
    width: 100%;
    text-align: center;
    color: black;
}
.shopping-props a {
    text-decoration: none;
    color: inherit;
}
.works {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: fit-content;
    color: black;
    text-align: center;
    padding: 3em;
    box-sizing: border-box;
}
.works-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}
@media (max-width: 800px) {.works-box {flex-direction: column;}}

.works-box-items {
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 2em 3em;
}
.works-box-items img {
    width: 50%;
    display: block;
    margin: 1em auto;
    border-radius: 16px;
}
.works-box-items a {
    text-decoration: none;
}
.works button {
    background-color: #3071E7;
    color: white;
    border-radius: 16px 18px;
    border-color: none;
    margin-top: 2em;
}
.works button:hover {
    background-color: yellow;
    color: white;
    border-color: yellow;
}
.members {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3em;
}
@media (max-width: 800px) {.members {flex-direction: column;}}

.members-props {
    width: 100%;
    text-align: center;
    color: white;
}
.members-props a {
    text-decoration: none;
    color: inherit;
}
.welcome-bonus {
    color: white;
    text-align: center;
    padding: 3em;
}
.welcome-bonus span {
    color: yellow;
}
.welcome-bonus button {
    background-color: white;
    color: black;
    border-radius: 16px 18px;
    border-color: none;
    margin-top: 2em;
}
.welcome-bonus button:hover {
    background-color: #3071E7;
    color: white;
    border-color: #3071E7;
}
.stores {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: fit-content;
    color: black;
    padding: 3em;
    box-sizing: border-box;
}
.stores-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}
@media (max-width: 800px) {.stores-box {flex-direction: column;}}

.stores-box-items {
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 2em 3em;
    height: fit-content;
}
.stores-box-items a {
    text-decoration: none;
    color: black;
}
.stores span {
    text-align: center;
}
.bottom {
    width: 100%;
    height: fit-content;
    color: white;
    padding: 3em;
    box-sizing: border-box;
}
.bottom-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}
@media (max-width: 800px) {.bottom-box {flex-direction: column;}}

.bottom-box-items {
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 2em 3em;
    height: fit-content;
}
.bottom-box-items a {
    text-decoration: none;
    color: white;
}