/* Add drop shadow to all headings (H1, H2, H3, etc.) */
h1, h2, h3, h4, h5, h6 {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);


