body {
  max-width: 640px;
  margin: 60px auto;
  padding: 0 20px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.6;

  color: #111;
  background: #fdfcf8;
}

h1 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
}

p {
  margin-bottom: 30px;
}

ol, ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  background: #eee;
}

li {
  margin-bottom: 6px;
}

/* --- comic sizing --- */
img.comic {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* --- comic archive grid --- */
.comic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.comic-thumb {
  text-decoration: none;
  color: black;
  display: block;
}

.comic-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.comic-thumb span {
  font-size: 14px;
  display: block;
  text-align: center;
}

h2 {
  font-size: 22px;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 15px;
}

.poster {
  width: 100px !important;
  height: auto !important;
  display: block;
  margin: 40px auto;
}
.socials {
  list-style: none;
  padding-left: 0;
}

.socials li {
  display: inline;
  margin-right: 20px;
}

.about-section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.portrait {
  flex-shrink: 0;
}

.about-text {
  flex: 1;
}