@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

{ margin: 0; padding: 0; box-sizing: border-box; }


body { font-family: 'Poppins', sans-serif; background: linear-gradient(135deg, #f9e6ff, #e0f0ff); color: #333; line-height: 1.7; padding-bottom: 50px; }

.container { width: 90%; max-width: 900px; margin: auto; }

header { background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(10px); border-bottom: 1px solid #ddd; padding: 20px 0; margin-bottom: 30px; position: sticky; top: 0; z-index: 10; }

header h1 { font-size: 2rem; text-align: center; margin-bottom: 10px; }

nav { text-align: center; }

nav a { margin: 0 12px; text-decoration: none; color: #555; font-weight: 500; transition: 0.3s; }

nav a:hover { color: #000; }

.blog-post h2 { text-align: center; margin-bottom: 10px; font-size: 2rem; }

.date { text-align: center; color: #777; margin-bottom: 25px; }

.blog-post { background: rgba(255, 255, 255, 0.75); padding: 30px; border-radius: 15px; box-shadow: 0 6px 18px rgba(0,0,0,0.09); }

.stem-section { background: rgba(255, 255, 255, 0.6); border-left: 4px solid #c6a7ff; padding: 18px 22px; margin: 18px 0; border-radius: 10px; }

.stem-section h3 { font-size: 1.3rem; margin-bottom: 8px; }

.conclusion { margin-top: 30px; text-align: center; }

.cta { margin-top: 12px; font-weight: 600; font-size: 1.1rem; }

footer { text-align: center; margin-top: 50px; padding: 20px 0; color: #666; font-size: 0.9rem; }