@charset "UTF-8";
/* CSS Document */

.new-books img {
  margin-right: 10px;
  border: 1px solid #ccc;
}

.featured .book {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.featured img {
  border: 1px solid #ccc;
}

aside img{
	width: 150px;
	height: auto;
	align: center;
}