css /* style.css */ body { background: #f0f0f0; font-family: 'Bangers', cursive; font-size: 24px; line-height: 1.5; color: #333; text-align: center; margin: 0 auto; } h1 { font-size: 48px; font-weight: bold; color: #ff0000; border-bottom: 4px solid #000; padding: 10px 0; } h2 { font-size: 32px; font-weight: bold; color: #00ff00; border-bottom: 4px solid #000; padding: 10px 0; } h3 { font-size: 24px; font-weight: bold; color: #0000ff; border-bottom: 4px solid #000; padding: 10px 0; } p { font-size: 18px; line-height: 1.5; color: #333; } a { text-decoration: none; color: #000; font-weight: bold; } a:hover { text-decoration: underline; } /* subpage styles */ .subpage { background: #f7f7f7; padding: 20px; border: 4px solid #000; box-shadow: 0 0 10px #000; } .subpage a { color: #000; font-weight: bold; }