<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="The premier bakery in Webster, MA, serving breakfast, lunch, and dinner in its Tea Room. Open M-Su.">
<meta name="keywords" content="bakery, catering, wedding, cakes, tea room">
<meta name="author" content="Marcia Wendorf">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exercise #3 - Color Elements</title>
<style>
</style>
</head>
<body>
<header>
 <hgroup style="color:#01615D;">
 <h1>The Sea Fairy Bakery</h1>
 <h3>Webster's Premier Bakery</h3>
</hgroup>
 
 <p style="color:#FF810C;">1234 Main Street<br>
  Webster, MA 01570<br>
  507-555-1212<br>
  Open daily 7:00 a.m. - 10:00 p.m.<br>
  Sunday till <mark>6:00 p.m.</mark>
 </p>
</header>

<nav style="color:#01615D;">
  Home<br>
  Desserts<br>
  Breads<br&grt;
  Gatherings<br&grt;
  Tea Room<br&grt;
  About Us
</nav>

<main>
  <p>The Sea Fairy Bakery is a full-service, family-owned bakery and restaurant that has been bringing smiles to customers' faces for over seven years. We offer a wide selection of made-from-scratch desserts throughout the day, starting at 7:00 a.m. Our famous Tea Room features a variety of daily specials, including soups and sandwiches.
 </p>
<section>

<section style="color:#01615D;">
  <p>We Deliver!</p>
<p style="color:#FF810C;">Postmates<br>
 GrubHub<br>
 DoorDash</p>
  <p>Call us at (508) 555-1212</p>
</section>

<article style="color:#9019FF;">
 <p>Here's what Nate Kahn of the Webster City News had to say about this year's Sea Fairy Winter Carnival:
  <blockquote>“... it is the bakery's delicious treats that thrilled both young and old. From light-as-air cinnamon rolls to blueberry scones, to the Winter special Sachertorte</a>, there was something for everyone.”
	</blockquote>
</article>

<aside>
 <details style="color:#01615D;">
	<summary>Spring Specials</summary>
	Enjoy our <dfn style="color:#01615D;">Spritzkuchen</dfn>, a German fried partry that is similar to a doughnut.
  </details>
<div style="color:#FF810C;">
  <p>2023 Spring Fling</span><br>
	Saturday, June 24th, 2023<br>
    6:00 p.m. - 2:00 a.m.<br>
	Call us for more information.</p>
</div>
</aside>
<footer>
 <p style="color:#808080;">Copyright © 2024 Sea Fairy Bakery<br>
For additional information, contact: Lola Smith</p>
</footer>

</body>
</html>