乡村图书馆设计论文
```html
body {
backgroundimage: url('countryside_library.jpg');
backgroundsize: cover;
backgroundattachment: fixed;
backgroundrepeat: norepeat;
height: 100vh;
margin: 0;
display: flex;
justifycontent: center;
alignitems: center;
color: fff;
fontsize: 36px;
textshadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}