.Book {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
}

.Book h3 {
  margin: 0;
}

.Book img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 525px) {
  .Book {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  .Book .SmallCover {
    text-align: center;
  }
}
