css /* style.css */ body { background: #ff69b4; font-family: 'Bauklerk', Arial, sans-serif; font-size: 18px; line-height: 1.2; } h1 { color: #ff0000; border-bottom: 4px solid #000000; text-align: center; margin-bottom: 10px; padding-top: 20px; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); } h2 { color: #008000; border-bottom: 4px solid #000000; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); } p { text-align: center; margin-bottom: 15px; padding: 10px; border-left: 4px solid #000000; border-right: 4px solid #000000; border-bottom: 4px solid #000000; border-top: 4px solid #000000; background: #cccccc; font-size: 14px; line-height: 1.2; } a { color: #0000ff; text-decoration: none; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); border: 1px solid #0000ff; border-radius: 4px; padding: 2px 6px; background: #ffffff; font-size: 14px; text-transform: uppercase; }