css /* Styles for the Social Engineering subpage */ body { background-color: #f2f2f2; font-family: "Open Sans", Arial, sans-serif; font-size: 16px; line-height: 1.5; margin: 0; padding: 0; } body * { box-sizing: border-box; } a { text-decoration: none; text-transform: none; color: #007bff; border-radius: 4px; border: 1px solid #000000; background: #f7f7f7; padding: 4px 8px; text-shadow: 0 0 2px #000000; display: inline-block; } h1 { font-weight: bold; font-size: 36px; text-transform: uppercase; margin: 0; padding: 0; border-bottom: 4px solid #000000; } h2 { font-weight: bold; font-size: 24px; margin: 20px 0; padding: 0 0 20px 0; } p, li, a { font-size: 14px; margin: 0; } h2 a { text-decoration: none; text-transform: none; color: #333333; background: #f7f7f7; } /* Social Engineering logo */ .logo { position: relative; top: 40px; left: 40px; } .logo { background: #ff0000; /* Bright Red for the logo */ color: #ffffff; width: 200px; height: 100px; font-size: 24px; font-weight: bold; } /* Social Engineering header */ .header { background: #333333; padding: 20px 0; border-bottom: 4px solid #000000; } .header a { text-decoration: none; text-transform: none; color: #ffffff; background: #333333; padding: 10px 20px; border: 1px solid #000000; } /* Social Engineering footer */ .footer { background: #333333; padding: 20px 0; border-top: 4px solid #000000; } .footer a { text-decoration: none; text-transform: none; color: #ffffff; background: #333333; padding: 10px 20px; border: 1px solid #000000; } /* Social Engineering links */ .social-engineering-links { background: #333333; list-style: none; padding: 0; margin: 0; } .social-engineering-links a { color: #ffffff; text-decoration: none; text-transform: none; padding: 10px 20px; border: 1px solid #000000; } .social-engineering-links a:hover { background: #000000; color: #ffffff; } /* Social Engineering buttons */ .social-engineering-button { background: #000000; color: #ffffff; border: 1px solid #000000; padding: 8px 16px; border-radius: 4px; } .social-engineering-button:hover { background: #333333; color: #ffffff; } /* Social Engineering tables */ .social-engineering-table { background: #000000; border: 1px solid #000000; padding: 10px; border-collapse: collapse; } .social-engineering-table th { border: 1px solid #000000; padding: 8px 16px; background: #333333; } .social-engineering-table td { border: 1px solid #000000; padding: 8px 16px; background: #333333; } .social-engineering-table a { text-decoration: none; text-transform: none; color: #ffffff; } /* Social Engineering images */ .social-engineering-image { border: 4px solid #000000; background: #333333; padding: 8px; }