@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

* {
    font-family: 'Inter';
    margin: 1;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
    list-style: none;
}
.membership {
    background: #ffffff;
    height: 100%;
    width: 98%;
    
}
.member h1 {
    color: rgb(0, 0, 0);
    font-family: 'Inter';
    font-style: bold;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 32px;
    /* or 114% */
    width: 98%;
    max-width: 1200px;
    display: flex;
    text-align: center;
    text-decoration: underline;
}
.member h2 {
    color: black;
    font-family: 'Inter';
    font-style:normal;
    font-size: 1em;
    line-height: 20px;
    /* or 114% */
    width: 96%;
    max-width: 1200px;
    display: flex;
    align-items: center;
}
.member p {
    color: black;
    text-align: justify;
}