.header {
  background-color: rgba(255, 255, 249, 0.92);
}
.logo3 {
  width: clamp(9rem, 20vw, 26rem);
  height: auto;
  border-top-right-radius: 15px;
  filter: sepia(0.5);
  padding: 0px;
}
.logo3:hover {
  border-bottom: solid 1px gray;
  border-left: solid 1px gray;
}

p.overview {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.6;
}
span.bolder {
  font-weight: 600;
}
span.booklabel {
  margin-right: 10px;
  color: hsl(4, 43%, 46%);
}

#readmore {
  scroll-margin-top: 70px;
}
