#titlepage .subtitle a { text-decoration: none; }
#titlepage figure picture { width: min(68%, 420px); }
#titlepage figure img { height: auto; }

.next-book {
  text-align: center;
  font-size: 14pt;
  font-weight: normal;
  margin: 3rem auto;
  padding: 1.5rem;
  border: 2px solid #222;
  border-radius: 10px;
  background: #f4f4f4;
  max-width: 90%;
  width: 600px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.next-book p {
  margin: 0.75rem 0;
  text-align: center;
  overflow-wrap: break-word;
}

.next-book strong {
  color: #ff7b8c;
  font-weight: bold;
}

.next-title picture {
  display: block;
  margin: 0 auto 0.75rem;
}

.next-title img {
  height: auto;
  max-width: 72%;
}

@media screen and (max-width: 768px) {
  .next-book {
    width: 90%;
    font-size: 12pt;
    padding: 1rem;
  }

  .next-title {
    font-size: 16pt;
  }
}

@media (prefers-color-scheme: dark) {
  .next-book {
    background-color: #1a1a1a;
  }
}
