body {
fontfamily: Arial, sansserif;
lineheight: 1.6;
backgroundcolor: f2f2f2;
padding: 20px;
}
.slide {
backgroundcolor: fff;
padding: 20px;
marginbottom: 20px;
borderradius: 8px;
boxshadow: 0 0 10px rgba(0,0,0,0.1);
}
.title {
fontsize: 24px;
fontweight: bold;
color: 333;
marginbottom: 10px;
}
.content {
fontsize: 18px;
color: 666;
}