* {box-sizing:border-box; margin:0; padding:0}
html {font-size:16px}
body {background-color:#fff; font-family:'Verdana',sans-serif; font-size:1rem; color:#000; line-height:1.5}
header {max-width:1200px; margin:2rem auto 3rem; display:grid; grid-template-columns:1fr 185px 4fr; gap:2rem}
.welcome {font-weight:400; font-size:18px; color:#f00; line-height:1; text-align:center}
.sitename {font-weight:700; font-size:2rem; color:#900; line-height:1.2; text-align:center}
.tribute {font-family:'Times New Roman'; font-weight:700; font-size:1.125rem; color:#603; line-height:1.25}
.signature {font-style:italic; font-weight:700; color:#006; text-align:right; line-height:1.5}
.main {max-width:1200px; margin:0 auto; display:flex; gap:4rem}
.main main {flex:1}
.main aside {width:250px; display:flex; flex-direction:column; gap:2rem}
.main aside .list {margin:0 1rem 2rem; display:flex; flex-direction:column; gap:1rem}
h1 {margin-bottom:3rem; font-weight:400; font-size:3rem; line-height:1; letter-spacing:-1px}
h2 {margin:3rem 0 1rem; font-weight:700; font-size:2rem; line-height:1; letter-spacing:-1px}
.h2 {margin:3rem 0 1rem; font-weight:700; font-size:2rem; line-height:1; letter-spacing:-1px}
h3 {margin:2rem 0 .5rem; font-weight:700; font-size:1.5rem; line-height:1}
.h3 {margin:0 0 .5rem; font-weight:700; font-size:1.5rem; line-height:1}
h4 {margin:2rem 0 .25rem; font-weight:700; font-size:1rem; line-height:1.25}
.h4 {margin:0 0 .25rem; font-weight:700; font-size:1rem; line-height:1.25}
p {margin-bottom:1rem}
ol {margin:1rem 0; padding-left:2rem; list-style-type:decimal-leading-zero}
ul {margin:1rem 0; padding-left:1rem}
li {margin-top:.5rem}

.intro {margin-bottom:4rem}
.article,
.book,
.comment,
.lecture,
.review,
.theme {margin-bottom:5rem; text-align:center}
.what {font-size:1rem; color:#f00; text-transform:uppercase}
.title {}
.title a {font-family:serif; font-style:italic; font-weight:700; font-size:2.5rem; color:#00f; letter-spacing:-1px; text-decoration-line:underline; text-decoration-thickness:2px}
.sub-title {font-family:serif; font-style:italic; font-weight:400; font-size:1.75rem; color:#00f; letter-spacing:-1px}
.author {margin-top:.5rem; font-family:serif; font-style:normal; font-weight:400; font-size:1.25rem}
.reviewer {margin-top:1rem; font-style:italic; font-size:1rem}

.footer {max-width:1200px; margin:0 auto; display:flex; gap:4rem}
.footer footer {flex:1; border-top:1px solid #aaa; padding:1.5rem 0 4rem}
.cyberscribe {margin-left:2rem; font-style:italic; font-weight:700; color:#900}
.footer footer .h3 {margin-top:1rem; color:#f00}
.footer aside {padding-top:1.5rem}
.footer aside .list {margin:0 1rem 1rem; display:flex; flex-direction:column; gap:.25rem}
