@charset "UTF-8";
/* CSS Document */

	book {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  border: 1px solid;
}

.book img {
  width: 150px;
  height: auto;
  border: 1px solid #ccc;
}


.book-search-form {
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 20px;
  border: 5px solid #EBBD96;
}

.book-search-form form label,
.book-search-form form input,
.book-search-form form select {
  display: block;
  margin-bottom: 10px;
}

.book-search-form input[type="text"],
.book-search-form select {
  width: 100%;
  padding: 5px;
}

.book-search-form input [type="submit"] {
  padding: 8px 15px;
  background-color: #d97e08;
  color: white;
  border: none;
  cursor: pointer;
}

aside img{
	width: 150px;
	height: auto;
	align: center;
}

