Implement the crawling logic to iterate over multiple pages and handle polite scraping practices. Tasks: <ul><li>[ ] Implement crawl_quotes() to handle pagination (for N pages or by tag).</li><li>[ ] Add a small delay (time.sleep(delay)) between requests.</li><li>[ ] Implement logic to stop crawling gracefully upon receiving a 404 error code.</li></ul>