css /* Infiltration Case Study 1 CSS */ body { background-color: #FF69C0; /* Bright, bold, and slightly nauseating pink */ font-family: 'Infiltration Gothic', 'Helvetica', sans-serif; margin: 0; padding: 0; } h1 { font-size: 48px; color: #000000; /* Black as coal */ border-bottom: 4px solid #333333; margin-bottom: 20px; text-shadow: 0 0 5px #000000; letter-spacing: 2px; } h2 { font-size: 36px; color: #000000; /* Black as coal */ border-bottom: 4px solid #333333; margin-bottom: 20px; text-shadow: 0 0 5px #000000; letter-spacing: 2px; } h3 { font-size: 24px; color: #000000; /* Black as coal */ border-bottom: 4px solid #333333; margin-bottom: 20px; text-shadow: 0 0 5px #000000; letter-spacing: 2px; } h4 { font-size: 18px; color: #000000; /* Black as coal */ border-bottom: 4px solid #333333; margin-bottom: 20px; text-shadow: 0 0 5px #000000; letter-spacing: 2px; } body a { text-decoration: none; color: #666666; /* Dark gray, because why not? */ font-weight: bold; text-shadow: 0 0 5px #000000; } body a:hover { text-decoration: underline; color: #666666; /* Dark gray, because why not? */ text-shadow: 0 0 5px #000000; } body a:active { text-decoration: none; color: #666666; /* Dark gray, because why not? */ text-shadow: 0 0 5px #000000; } body a:focus { text-decoration: none; color: #666666; /* Dark gray, because why not? */ text-shadow: 0 0 5px #000000; } body a:visited { text-decoration: none; color: #666666; /* Dark gray, because why not? */ text-shadow: 0 0 5px #000000; } body a:link { text-decoration: none; color: #666666; /* Dark gray, because why not? */ text-shadow: 0 0 5px #000000; } img { display: none; } p { font-size: 16px; color: #333333; /* Medium gray, because balance */ line-height: 20px; margin: 0; text-shadow: 0 0 5px #000000; letter-spacing: 1.2px; font-family: 'Infiltration Gothic', 'Helvetica', sans-serif; }