```html
body {
margin: 0;
padding: 0;
backgroundcolor: f2f2f2;
}
.container {
width: 100%;
maxwidth: 1200px;
margin: 0 auto;
padding: 20px;
}
.libraryheader {
textalign: center;
marginbottom: 30px;
}
.libraryheader h1 {
fontsize: 36px;
color: 333;
marginbottom: 10px;
}
.libraryheader p {
fontsize: 18px;
color: 666;
}
.bookbackground {
display: flex;
flexwrap: wrap;
justifycontent: center;
alignitems: center;
}
.book {
width: 200px;
height: 300px;
backgroundcolor: fff;
borderradius: 10px;
boxshadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin: 10px;
display: flex;
justifycontent: center;
alignitems: center;
}
.book img {
maxwidth: 80%;
maxheight: 80%;
borderradius: 5px;
}
.booktitle {
textalign: center;
margintop: 10px;
fontsize: 16px;
color: 333;
}
Library Book Background
Immerse yourself in the world of books
