*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.6;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem;
  text-align: center;
}

.photo {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 50%;
  display: block;
  margin-bottom: 1.5rem;
  background: #e8e8e8;
}

.bio {
  max-width: 28rem;
  margin: 0 0 0.9rem;
  font-size: 0.8rem;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 1.1rem;
}

.social a {
  color: #000000;
  display: inline-flex;
  line-height: 0;
}

.social a:hover {
  color: #333333;
}

.social svg {
  width: 18px;
  height: 18px;
  display: block;
}

.links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.links a {
  color: #0000ee;
  text-decoration: underline;
  font-size: 0.8rem;
}

.links a:visited {
  color: #0000ee;
}

.links a:hover {
  color: #0000cc;
}

.subpage {
  max-width: 36rem;
  margin: 0 auto;
  padding: 3rem 1.25rem;
  text-align: left;
}

.subpage h1 {
  font-size: 1.1rem;
  font-weight: normal;
  margin: 0 0 1.25rem;
}

.subpage p {
  margin: 0 0 1.5rem;
  font-size: 0.8rem;
}

.essay-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.essay-list li {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  line-height: 1.45;
}

.essay-list a {
  color: #0000ee;
  text-decoration: underline;
}

.essay-list a:visited {
  color: #0000ee;
}

.essay-list a:hover {
  color: #0000cc;
}

.book-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.book-list li {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  line-height: 1.4;
}

.book-list a {
  color: #0000ee;
  text-decoration: underline;
}

.book-list a:visited {
  color: #0000ee;
}

.book-list a:hover {
  color: #0000cc;
}

.book-list .author {
  display: block;
  color: #000000;
  font-size: 0.72rem;
  margin-top: 0.1rem;
}

.back {
  color: #0000ee;
  font-size: 0.8rem;
}

.back-inline {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.back-top {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}

.essay {
  max-width: 36rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 4rem;
  text-align: left;
}

.essay h1 {
  font-size: 1.15rem;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.4;
}

.essay-byline {
  margin: 0 0 1.75rem;
  font-size: 0.75rem;
  color: #333333;
}

.essay h2 {
  font-size: 0.95rem;
  font-weight: normal;
  margin: 1.75rem 0 0.75rem;
}

.essay p {
  margin: 0 0 1rem;
  font-size: 0.8rem;
}

.essay a {
  color: #0000ee;
}

.essay a:visited {
  color: #0000ee;
}
