html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #fcfdfc;
  color: #17202a;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  line-height: 1.65;
}
.page { max-width: 720px; margin: 0 auto; padding: 32px 20px 72px; }
header.site { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: baseline; justify-content: center; padding-bottom: 18px; border-bottom: 1px solid #dde5ea; margin-bottom: 34px; }
header.site .name { font-family: Georgia, 'Times New Roman', serif; font-size: 19px; font-weight: 700; letter-spacing: -0.01em; }
header.site nav a { color: #5f6c78; text-decoration: none; margin-left: 16px; font-size: 15px; }
header.site nav a:first-child { margin-left: 0; }
header.site nav a:hover { color: #0f6f8c; text-decoration: underline; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(26px, 4.5vw, 34px); line-height: 1.2; margin: 0 0 10px; text-align: center; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-size: 22px; line-height: 1.3; margin: 34px 0 12px; }
h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 19px; margin: 26px 0 10px; }
p { margin: 0 0 17px; }
a { color: #0f6f8c; }
ul, ol { margin: 0 0 18px; padding-left: 24px; }
li { margin-bottom: 7px; }
blockquote { margin: 22px 0; padding: 2px 0 2px 18px; border-left: 3px solid #dde5ea; color: #5f6c78; }
table { border-collapse: collapse; width: 100%; margin: 20px 0; font-size: 15.5px; }
th, td { border: 1px solid #dde5ea; padding: 8px 11px; text-align: left; }
th { background: #eff5f8; }
img { max-width: 100%; height: auto; }
.meta { color: #5f6c78; font-size: 14px; margin: 0 0 30px; text-align: center; }
footer.site { margin-top: 48px; padding-top: 18px; border-top: 1px solid #dde5ea; color: #5f6c78; font-size: 14px; }
@media (max-width: 560px) { body { font-size: 16px; } .page { padding: 24px 16px 56px; } }
