#bookshelf {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Switzer-Variable", sans-serif;
}

#bookshelf>h1 {
  font-family: "Plein-Variable", sans-serif;
}

#bookshelf>div>h3 {
  margin-top: 1rem;
  border-bottom: 2px dashed orchid;
  width: fit-content;
  font-family: "Plein-Variable", sans-serif;
}

#bookshelf>div>ul {
  margin-top: 0.5rem;
  margin-left: 2rem;
}
