.centertext {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.paragraph{
  font-size: 1em;

}

.book-details-left{
  float: left;
}
.book-details-right{
  float: right;
}

.spaceme {
  margin: 20px;
  padding: 20px;
}
h3{
  font-size: .75em;
  
}

.hero2 {
  background-image: url(""), linear-gradient(#eee, #eee);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
}

.hero2-right {
  flex: none;
  align-self: stretch;
  width: 40%;
  padding-right: 0;
}

.hero2-right {
  align-items: flex-end;
  width: 32%;
  display: flex;
}