为胜利而战英文怎么写
```html
body {
fontfamily: Arial, sansserif;
backgroundcolor: f2f2f2;
margin: 0;
padding: 0;
display: flex;
justifycontent: center;
alignitems: center;
height: 100vh;
}
.bookcover {
backgroundcolor: fff;
boxshadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
padding: 20px;
borderradius: 8px;
display: flex;
flexdirection: column;
alignitems: center;
}
h1 {
color: 333;
fontsize: 28px;
marginbottom: 10px;
}
h2 {
color: 666;
fontsize: 22px;
marginbottom: 20px;
}
img {
width: 200px;
height: auto;
marginbottom: 20px;
}
为胜利而战