/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

header { text-decoration-line: overline underline; text-decoration-color: orchid; text-decoration-style: wavy; font-size: 26px; }

h2 { background:midnightblue }

#wow td { border: 0.4em dashed coral; padding: 0.4em 8em; font-size: 28px; font-weight: bold; text-shadow: 2px 2px orchid, 3px 3px indigo; }

#question td { border: 0.2em groove blue; font-size: 38px; text-shadow: 2px 2px orange; }
.list { text-decoration-line: overline; }
