/*
 * authors page
 */

.authors_page {
  padding: 0 16px;
}

.authors_page .list {
  max-width: 665px;
  margin: 60px auto 0;
}

.authors_page .author {
  margin-top: 60px;
  display: flex;
  gap: 40px;
}

.authors_page .image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.authors_page .text {
}

.authors_page .name {
  font-size: 23px;
  text-decoration: none;
}

.authors_page .bio {
  margin-top: 10px;
  font-size: 15px;
}


/*
 * author page
 */

.author_page {
  padding: 0 16px;
  max-width: 665px;
  margin: 60px auto 0;
}

.author_page .list_title {
  margin: 60px auto 0;
  font-size: 22px;
  font-family: 'NBAkademieMono';
  letter-spacing: -0.1em;
}

.author_page .list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 60px auto 0;
}

.author_page .author {
  margin-top: 60px;
  display: flex;
  gap: 40px;
}

.author_page .image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.author_page .text {
}

.author_page .name {
  font-size: 23px;
  text-decoration: none;
  font-size: 29px;
  text-decoration: none;
  font-weight: normal;
}

.author_page .bio {
  margin-top: 10px;
  font-size: 15px;
}

