@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Noto+Serif+JP:wght@300;500&display=swap'); /* ===== Base ===== */ body { margin: 0; font-family: "Noto Serif JP", serif; background-color: #0b0b0b; color: #e6e6e6; line-height: 1.8; } /* ===== Header ===== */ header { background: linear-gradient(to bottom, #1a0000, #0b0b0b); padding: 60px 20px; text-align: center; border-bottom: 1px solid #550000; } header h1 { font-family: "Playfair Display", serif; font-size: 3.2em; letter-spacing: 5px; margin: 0; color: #b30000; text-transform: uppercase; } header p { color: #aaa; font-style: italic; margin-top: 12px; } /* ===== Main ===== */ main { max-width: 800px; margin: auto; padding: 50px 20px; } section { margin-bottom: 70px; } /* ===== Headings ===== */ h2 { font-family: "Playfair Display", serif; color: #b30000; border-left: 4px solid #550000; padding-left: 14px; letter-spacing: 2px; } /* ===== Text ===== */ p { color: #ddd; } /* ===== Lists ===== */ ul { list-style: none; padding-left: 0; } ul li { padding-left: 22px; position: relative; margin-bottom: 12px; } ul li::before { content: "⛩"; position: absolute; left: 0; color: #7a0000; } /* ===== Images ===== */ img { max-width: 100%; border: 2px solid #550000; filter: grayscale(20%) contrast(110%); } /* ===== Links ===== */ a { color: #b30000; text-decoration: none; } a:hover { color: #ff1a1a; text-shadow: 0 0 6px #550000; } /* ===== Footer ===== */ footer { border-top: 1px solid #550000; padding: 25px; text-align: center; color: #777; font-size: 0.85em; }