body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f4f4f4;
}

.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

header, section, footer {
    background-color: #fff;
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#illustration-image {
    width: 100%;
    max-width: 800px; /* Adjust according to your image's aspect ratio */
    height: auto;
    margin: 20px 0;
}

/* Additional CSS rules for other elements */

body {
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
}

header h1, button, #benefits h2, #how-it-works h2, #testimonials h2 {
    font-family: 'Fredoka One', cursive;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    background-color: #f4f4f4;
    text-align: center;
    padding: 20px;
}

header h1 {
    margin: 0;
}

header p {
    margin-bottom: 15px;
}

button {
    background-color: #ff6f61;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #ff5733;
}

#benefits, #how-it-works, #testimonials {
    padding: 20px;
    margin: 15px 0;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}

@media (max-width: 600px) {
    header, section, footer {
        padding: 20px;
    }
}


#target-audience {
    text-align: left;
}

#target-audience h2 {
    margin-bottom: 10px;
}

#target-audience ul {
    list-style: disc; /* or another style you prefer */
    padding-left: 20px; /* Adjusts the indent of the list */
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 0.8em;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
