```html
body {
margin: 0;
padding: 0;
display: flex;
justifycontent: center;
alignitems: center;
height: 100vh;
backgroundcolor: ffffff; /* 白色背景 */
}
.content {
textalign: center;
}
.image {
maxwidth: 80%;
maxheight: 80%;
borderradius: 10px;
boxshadow: 0 0 10px rgba(0, 0, 0, 0.2);
}