.library-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.library-item {
  text-align: center;
  width: 30%;
}

.library-title {
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 0px 0px 13px 0px;
  height: 50px;
}
header.library-title:hover {
  text-decoration: none;
  color: #235764;
}

.library-image {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  height: 305px;
}

.crime-fiction-title {
  font-size: 60px;
  text-align: center;
  font-family: "Handlee", cursive;
  padding: 80px 80px 80px 80px;
}

.main-fiction-title {
  text-align: center;
  color: #000000;

  font-size: 30px;
  padding: 0px 0px 13px 0px;
  font-family: "Montserrat", sans-serif;
}

.three-items-showcase {
  display: flex;
  justify-content: space-evenly;
  max-width: 80%;
  height: 100%;
  margin: 0 auto;
}

.single-book-image {
  align-self: center;
  padding: 20px 50px 20px 20px;

  width: 350px;
}

.flex-container {
  display: flex;
  justify-content: space-evenly;
  padding: 100px 0px 100px 0px;
}
