.main-section {
  gap: 35px;
  display: flex;
  flex-direction: column;
}

h1 {
  width: 100%;
  text-align: center;
}

.books-empty {
  width: 100%;
  text-align: center;
}

.description-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
