css /* Neo-Brutalist Style Guide */ body { background-color: #FF69C6; } h1 { font-family: 'Arial', 'sans-serif'; color: #FFFFFF; border-bottom: 5px solid #000000; text-shadow: 0px 0px 0px #000000; font-size: 36px; } h2 { font-family: 'Arial', 'sans-serif'; color: #000000; border-bottom: 5px solid #FF69C6; text-shadow: 0px 0px 0px #000000; font-size: 30px; } p { font-family: 'Arial', 'sans-serif'; color: #000000; font-size: 18px; line-height: 24px; } a { text-decoration: none; color: #000000; background-color: #FF69C6; padding: 5px 10px; border-radius: 5px; border: 2px solid #000000; text-shadow: 0px 0px 0px #000000; }