
Pristine Quatrefoil Patterns
/* General Styles */ .scenesetters-page { font-family: 'Helvetica Neue', Arial, sans-serif; color: #333; line-height: 1.6; margin: 0; padding: 0; } .scenesetters-page h1, .scenesetters-page h2, .scenesetters-page h3 { font-weight: bold; color: #222; } .scenesetters-hero { text-align: center; padding: 20px 20px; background: linear-gradient(135deg, #f4f4f4, #eaeaea); } .scenesetters-hero h1 { font-size: 2.5em; margin-bottom: 5px; } .scenesetters-hero p { font-size: 1.2em; margin-bottom: 10px; color: #555; } .scenesetters-hero a { display: inline-block; padding: 12px 25px; background-color: #007BFF; color: white; border-radius: 5px; text-decoration: none; font-size: 1em; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .scenesetters-hero a:hover {