/* Global Styles */ body { font-family: 'Roboto', sans-serif; background-color: #0d1117; color: #f4f4f4; margin: 0; padding: 0; } /* Header */ .cs2-header { background: #161b22; padding: 15px 0; text-align: center; border-bottom: 3px solid #ff4081; } .cs2-logo { font-size: 30px; color: #ff4081; font-weight: bold; } /* Hero Section */ .cs2-hero { background: linear-gradient(135deg, #ff4081, #ff79b0); padding: 80px 0; text-align: center; } .cs2-hero h2 { font-size: 40px; color: #ffffff; } .cs2-cta { display: inline-block; padding: 15px 30px; background: #282c34; color: white; text-decoration: none; font-weight: bold; font-size: 18px; border-radius: 5px; transition: transform 0.2s ease, box-shadow 0.3s ease; } .cs2-cta:hover { transform: scale(1.05); box-shadow: 0px 0px 15px rgba(255, 64, 129, 0.7); } /* SEO Block */ .cs2-seo { background: #161b22; padding: 40px 0; text-align: center; } .cs2-seo p { max-width: 800px; margin: 10px auto; font-size: 16px; line-height: 1.6; } /* Footer */ .cs2-footer { background-color: #161b22; padding: 20px 0; text-align: center; border-top: 3px solid #ff4081; }