Brazil Bundle

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<header>
<h1>The Brazil Bundle Coffee Collection</h1>
<img src="main_image.jpg" alt="Brazil Bundle Coffee Collection">
</header>
<section class="coffee-varieties">
<div class="coffee-type">
<img src="beach_blend.jpg" alt="Beach Blend Light Roast">
<h2>Beach Blend Light Roast</h2>
<p>Start your day with a burst of sunshine. This light roast coffee exudes a bright, zesty flavor reminiscent of a day at the beach. Perfect for those who prefer a mild and aromatic cup.</p>
</div>
<!-- Repeat the above coffee-type block for other varieties -->
</section>
<section class="benefits">
<h2>Why Choose the Brazil Bundle Coffee Collection?</h2>
<ul>
<li>Direct From Brazil: We source our coffee beans directly from the heart of Brazil to ensure authenticity and quality.</li>
<li>Locally Roasted: Our beans are roasted locally to guarantee freshness and a minimal carbon footprint.</li>
<li>Four Unique Flavors: Whether you enjoy a light, medium, or dark roast, or prefer the rich intensity of espresso, our Brazil Bundle has something for everyone.</li>
<li>Unforgettable Experience: Each coffee variety encapsulates the essence of Brazil, offering a unique journey with every cup.</li>
<li>Value-Packed Bundle: When you purchase our Brazil Bundle, you're not just buying coffee; you're investing in an extraordinary coffee experience. Get all four delicious varieties in one bundle and save!</li>
</ul>
</section>
<section class="order-now">
<a href="order_page.html">Order Now</a>
</section>
</body>
</html>