/* Global Styles */ body { background-color: #f7f7f7; font-family: "Arial Black", Arial, sans-serif; font-size: 18px; line-height: 1.2; margin: 0; padding: 0; } h1 { color: #FF69B4; font-weight: bold; font-size: 48px; border-bottom: 4px solid #000000; } h2 { color: #FF69B4; font-weight: bold; font-size: 24px; border-bottom: 4px solid #000000; padding-bottom: 4px; } p { color: #333333; font-size: 18px; line-height: 1.2; margin-bottom: 16px; padding-bottom: 16px; } a { color: #008000; text-decoration: none; font-weight: bold; border-bottom: 4px solid #000000; } a:hover { background-color: #FFC080; color: #000000; } code { font-family: "Courier", monospace; font-size: 18px; background-color: #f0f0f0; padding: 4px 8px; border: 1px solid #000000; border-radius: 4px; }