#container {
  width: 80%;
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid;
  background-color: white;
 }


#title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.author {
  color: rgb(30, 104, 240);
  font-size: 20px;
}


.row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}


#pic {
  width: 40%;
  text-align: center;
}


#pic img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

#info {
  width: 55%;
  border: 1px solid red;
  padding: 15px;
}


.bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

#left {
  width: 65%;
}


.buy {
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
}


.instock {
  color: rgb(138, 226, 6);
  font-size: 16px;
  font-weight: bold;
}


.ships,
.gen-info {
  color: grey;
  font-size: 14px;
  line-height: 1.5;
}


#right {
  width: 30%;
  text-align: right;
}


.price {
  font-weight: bold;
  font-size: 22px;
  color: red;
}


#empty {
  width: 100%;
  height: 20px;
}
