css /* style.css */ body { background-color: #FF69D0; /* bright pink background */ font-family: 'Futura', sans-serif; margin: 0; padding: 0; } h1 { font-size: 24px; font-weight: bold; color: #000000; border-top: 4px solid #000000; border-bottom: 4px solid #000000; text-shadow: 0 1px 0 #000000, 0 -1px 0 #000000; margin-bottom: 20px; } h2 { font-size: 18px; font-weight: bold; color: #000000; border-bottom: 4px solid #000000; text-shadow: 0 1px 0 #000000, 0 -1px 0 #000000; margin-bottom: 20px; } p { font-size: 14px; font-family: 'Futura', sans-serif; color: #000000; margin-bottom: 20px; text-shadow: 0 1px 0 #000000, 0 -1px 0 #000000; } a { text-decoration: none; color: #000000; } a:hover { text-decoration: underline; }