body {
fontfamily: 'Arial', sansserif;
backgroundcolor: f4f4f4;
color: 333;
lineheight: 1.6;
}
.container {
maxwidth: 1200px;
margin: auto;
padding: 20px;
textalign: center;
}
.livetitle {
fontsize: 36px;
fontweight: 700;
color: e53e3e;
marginbottom: 20px;
}
.livecontent {
fontsize: 24px;
marginbottom: 40px;
}
.livebutton {
display: inlineblock;
padding: 10px 20px;
fontsize: 20px;
color: fff;
backgroundcolor: e53e3e;
border: none;
borderradius: 5px;
cursor: pointer;
textdecoration: none;
margintop: 20px;
}