.book-nav {
  display: flex;
}

.book-nav .right {
  width: 33%;
  text-align: right;
}

.book-nav .center {
  width: 33%;
  text-align: center;
}

.book-nav .left {
  width: 33%;
  text-align: left;
}
