* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #12322d;
}

.section {
    width: 100%;
    max-width: 430px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
}

.play_container {
    align-items: flex-end;
}

img {
    object-fit: contain;
    width: 10.5rem;
}

.frog {
    height: 7rem;
}


.cashback_txt {
    width: 70%;
    padding-left: 5px;
}

.member_txt {
    width: 60%;
    padding-right: 5px;
}

.play_text {
    height: 100%;
    width: 50%;
}


.register {
    background-image: url("img/register_bg.png");
}

.register_line {
    background-image: url("img/register_line_bg.png");
}

.cashback {
    background-image: url("img/cashback_bg.png");
}

.member {
    background-image: url("img/member_bg.png");
}

.payment {
    background-image: url("img/payment_bg.png");
}

.play {
    background-image: url("img/play_bg.png");
}