css /* styles.css */ body { background-color: #f2f2f2; font-family: "Arial Black", Arial, sans-serif; font-size: 14px; line-height: 1.2; margin: 0; padding: 0; } body * { font-weight: bold; color: #333; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12 { font-weight: bold; color: #666; text-transform: none; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); border-bottom: 4px solid #666; margin: 0 0 10px 0; } h1 { font-size: 24px; } h2 { font-size: 20px; border-bottom: 4px solid #666; margin-bottom: 5px; } h3 { font-size: 18px; border-bottom: 4px solid #666; margin-bottom: 5px; } h4 { font-size: 16px; border-bottom: 4px solid #666; margin-bottom: 5px; } h5 { font-size: 14px; border-bottom: 4px solid #666; margin-bottom: 5px; } h6 { font-size: 12px; border-bottom: 4px solid #666; margin-bottom: 5px; } h7 { font-size: 10px; border-bottom: 4px solid #666; margin-bottom: 5px; } h8 { font-size: 8px; border-bottom: 4px solid #666; margin-bottom: 5px; } h9 { font-size: 6px; border-bottom: 4px solid #666; margin-bottom: 5px; } h10 { font-size: 4px; border-bottom: 4px solid #666; margin-bottom: 5px; } h11 { font-size: 2px; border-bottom: 4px solid #666; margin-bottom: 5px; } h12 { font-size: 1px; border-bottom: 4px solid #666; margin-bottom: 5px; } p { font-size: 14px; color: #333; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); margin-bottom: 20px; border-bottom: 2px solid #666; word-wrap: none; } a { text-decoration: none; color: #666; border-bottom: 2px solid #666; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } a:hover { color: #999; } a:visited { color: #666; } a:link { color: #666; } a:active { color: #666; } a:focus { outline: none; color: #666; } a:hover:visited { color: #666; } a:hover:link { color: #666; } a:hover:active { color: #666; } img { border: 2px solid #666; border-radius: 10px; padding: 5px; margin: 5px; } img:hover { border-color: #999; opacity: 0.8; } code { font-size: 14px; font-weight: bold; color: #333; border: 1px solid #999; padding: 4px 6px; border-radius: 6px; } code::before { content: "\1F4D1"; color: #666; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); font-size: 12px; margin-left: 4px; margin-right: 4px; } code::after { content: "\1F4D1"; color: #666; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); font-size: 12px; margin-left: 4px; margin-right: 4px; } pre { font-size: 14px; color: #333; border: 1px solid #999; padding: 4px 6px; border-radius: 6px; } pre::before { content: "\1F1D1"; color: #666; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); font-size: 12px; margin-left: 4px; margin-right: 4px; } pre::after { content: "\1F1D1"; color: #666; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); font-size: 12px; margin-left: 4px; margin-right: 4px; } kbd { font-size: 14px; font-weight: bold; color: #333; border: 1px solid #999; padding: 4px 6px; border-radius: 6px; } kbd::before { content: "\1F4D2"; color: #666; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); font-size: 12px; margin-left: 4px; margin-right: 4px; } kbd::after { content: "\1F4D2"; color: #666; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); font-size: 12px; margin-left: 4px; margin-right: 4px; } samp { font-size: 14px; font-weight: normal; color: #333; border: 1px solid #999; padding: 4px 6px; border-radius: 6px; } samp::before { content: "\1F4D3"; color: #666; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); font-size: 12px; margin-left: 4px; margin-right: 4px; } samp::after { content: "\1F4D3"; color: #666; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); font-size: 12px; margin-left: 4px; margin-right: 4px; }