body {
fontfamily: Arial, sansserif;
lineheight: 1.6;
margin: 20px;
}
.headline {
fontsize: 28px;
fontweight: bold;
color: 333;
marginbottom: 20px;
}
.intro {
fontsize: 18px;
color: 666;
marginbottom: 30px;
}
.feature {
fontsize: 20px;
color: 444;
marginbottom: 15px;
}
.story {
fontsize: 18px;
color: 555;
marginbottom: 25px;
}
.cta {
fontsize: 22px;
fontweight: bold;
color: fff;
backgroundcolor: FF6600;
padding: 10px 20px;
borderradius: 5px;
textdecoration: none;
display: inlineblock;
}