```html
body {
fontfamily: Arial, sansserif;
backgroundcolor: f2f2f2;
margin: 0;
padding: 0;
display: flex;
justifycontent: center;
alignitems: center;
height: 100vh;
}
.chatcontainer {
backgroundcolor: ffffff;
width: 300px;
borderradius: 10px;
boxshadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 20px;
textalign: center;
}
h1 {
margin: 0 0 20px 0;
color: 333333;
}
p {
color: 666666;
}
.clublogo {
width: 100px;
height: 100px;
objectfit: cover;
borderradius: 50%;
marginbottom: 20px;
}
欢迎加入我们的聊天