body {
    padding: 0px;
    margin: 0px;
}
.members_page {
    width: 100%;
    padding-top: 0px;
}
.members_page_landing {
    width: 100%;
    background-image: url(member_page_images/members_landing.webp);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    height: 400px;
}
.members_page_landing_title {
    font-size: 50px;
    font-weight: 600;
    padding-top: 260px;
    padding-bottom: 160px;
    color: black;
}
.members_page_become_section {
    width: 100%;
    background-color: #fee8b9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
}
.members_page_become_section_text_area {
    background-color: rgb(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;

}
.members_page_become_section_title {
    font-size: 24px;
    font-weight: 500;
    padding-top: 100px;
    padding-bottom: 80px; 
    color: #313231;
    text-align: center;
}
.members_page_become_section_text_area_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}
.members_page_become_section_heading {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-left: 60px;
    color: #313231;
}
.members_page_become_section_paragraph {
    font-size: 17px;
    width: 100%;
    line-height: 24px;
    padding-left: 60px;
    padding-right: 60px;
    color: #313231;
}
.members_page_become_section_paragraph a {
    color: #313231;
    text-decoration: underline;
}
.OST_button {
    width: 274px;
    height: 52px;
    background-color: black;
    color: white;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    border-style: none;
    margin-top: 100px;
    margin-bottom: 140px;
}
.OST_button:hover {
    background-color: white;
    color: black;
    border: #313231, 1px, solid;
    
}