css body { background-color: #f7d7d5; font-family: 'Arial Black', monospace; font-size: 18px; line-height: 24px; } h1 { font-size: 36px; line-height: 48px; border-top: 4px solid #000; margin-bottom: 16px; padding-top: 8px; color: #FF0000; background-color: #fff; text-shadow: 0 0 8px #000; } .faq-question { font-size: 18px; font-weight: bold; line-height: 20px; margin-bottom: 8px; padding-bottom: 4px; border-bottom: 4px solid #000; } .faq-answer { font-size: 14px; line-height: 20px; margin-bottom: 8px; padding-bottom: 4px; border-bottom: 4px solid #000; } .links { text-align: center; margin-top: 24px; list-style: none; list-style-position: inside; } .links a { text-decoration: none; color: #000; font-size: 16px; padding: 8px 12px; background-color: #fff; border: 2px solid #000; border-radius: 4px; transition: background-color 0.2s ease; }