.library-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.library-item {
  padding: 30px;
  text-align: center;
  flex-grow: 1;
  width: 100px;
}

.library-title {
  font-size: 24px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 0px 0px 13px 0px;
}
header.library-title:hover {
  text-decoration: none;
  color: #235764;
}

.library-image {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.crime-fiction-title {
  font-size: 60px;
  text-align: center;
  font-family: "Handlee", cursive;
  padding: 80px 80px 80px 80px;
}

.main-nonfiction-title {
  color: #000000;
  text-align: center;
  font-size: 30px;
  padding: 30px;
  font-family: "Montserrat", sans-serif;
}

.seeds-magazines-section {
  background-color: rgb(29, 29, 29);
  padding: 50px 0px 50px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 20 auto;
}

.seeds-image-left {
  width: 400px;
  padding: 100px 0px 100px 100px;
  transition: transform 0.5s;
}
.seeds-image-right {
  width: 400px;
  padding: 100px 100px 100px 0px;
  transition: transform 0.5s;
}

.seeds-image-single {
  width: 400px;
  padding: 100px;
  transition: transform 0.5s;
}

.seeds-image-single:hover,
.seeds-image-left:hover,
.seeds-image-right:hover {
  transform: scale(1.6);
}

.seeds-title-and-caption {
  text-align: center;
  padding: 40px;
  height: 100%;
  align-self: center;
  width: 75%;
}
.seeds-title {
  color: white;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
}

.seeds-caption {
  color: gold;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
}

.seeds-bedroom-images {
  display: flex;
  justify-content: space-around;
}

.seeds-bedroom-title-and-images-container {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
