<!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 #4 - Font Elements</title>
<style>
</style>
</head>
<body style="font-family:'Times New Roman', Times, serif;">
<header>
 <hgroup style="font-family:cursive; font-size:1.2em; color:#01615D; text-shadow:4px 4px 6px #A8A8A8;">
  <h1>The Sea Fairy Bakery</h1>
  <h3>Webster's Premier Bakery</h3>
 </hgroup>
 
 <p style="font-variant:small-caps; letter-spacing:0.25em; color:#FF810C; font-weight:bold;">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>
 Gatherings<br>
 Tea Room<br>
 About Us
</nav>

<main>
 <p>The Sea Fairy Bakery is a <i>full-service, family-owned bakery and restaurant</i> that has been bringing smiles to customers' faces for over seven years. We offer a wide selection of <b>made-from-scratch</b> 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> 
  <p style="font-family:sans-serif; color:#01615D; text-shadow:4px 4px 5px #A8A8A8;">We Deliver!</p>
  <p style="color:#FF810C;">Postmates<br>
 GrubHub<br>
 DoorDash</p>
<p style="color:#01615D;">Call us at (508) 555-1212</p>
<p style="color:#01615D; text-transform:capitalize;">nosotros hablamos español.</p>
 </section>

 <article>
 <p style="padding-left: 50px; text-indent: -50px;"><span style="text-transform:uppercase; color:#01625D; font-size:1.2em; font-weight:bold; font-family:cursive; text-shadow:4px 4px 6px #A8A8A8;">Press</span>   Here's what Nate Kahn of the <cite>Webster City News</cite> had to say about this year's Sea Fairy Winter Carnival:</p>
  <blockquote style="text-align:center; width:60%; color:#9019FF;">
	"... 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, there was something for everyone.”
  </blockquote>
</article>

<aside>
 <details style="font-family:sans-serif; font-variant:small-caps; letter-spacing:0.25em; font-weight:bold; color:#01615D;">
   <summary>Spring Specials</summary>
    Enjoy our <dfn>Spritzkuchen</dfn>, a German fried partry that is similar to a doughnut.
 </details>
 
 <div style="font-family:sans-serif; font-variant:small-caps; letter-spacing:0.25em; font-weight:bold; color:#FF810C; text-align:right;">2023 Spring Fling<br>
 Saturday, June 24<sup>th</sup>, 2023<br>
 6:00 p.m. - <del>midnight</del> <ins>2:00 a.m.</ins><br>
 Call us for more information.
 </div>
</aside>

<footer style="text-align:center; color:#808080;">
 <p><small>Copyright © 2024 Sea Fairy Bakery<br>
   For additional information, contact: Lola Smith
  </small>
 </p>
</footer>

</main>

</body>
</html>