/* ==========================
   General Styles
   ========================== */

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

body {
body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
    font-family: 'Nunito', sans-serif;
}   line-height: 1.7;
    color: #333333;
    /* background-color: rgba(51, 102, 153, 0.6);} */

 h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    /* margin-bottom: 0.75rem; */
    color: black;
 }

.container {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem 0;
    /* background-color: white */
}

p {
    font-size: .9rem;
    margin-bottom: 0.75rem;
    color: black;
    
}

H3 {
    margin-bottom: 1rem;
    color: rgb(225, 65, 105);
}
.cta-button {
    display: inline-block;
    padding: 14px 20px;
    background-color: #6B8E23;   /* olive green */
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-family: Georgia, serif;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
 .membership {
    text-align: center;
    padding: 2rem 0;
}
.cta-button:hover {
    background-color: #556B2F;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0,0,0,0.3);
}
.btn:hover {
    background-color: #1f4f35;
}
Footer {
    color: white;
    font-size: smaller;
    background-color: grey;
}