
body { font-family: Arial, sans-serif; margin:0; padding:0; background:#ffffff; color:#333; }
.container { max-width:1100px; margin:0 auto; padding:60px 20px; text-align:center; }
h1 { font-size:32px; margin-bottom:10px; }
p.subtitle { color:#555; line-height:1.6; }
.icons { display:flex; justify-content:center; gap:120px; margin-top:60px; }
.icon-block { text-align:center; }
.icon-block img { width:64px; height:64px; margin-bottom:10px; }
.icon-block a { color:#f26c00; font-weight:bold; text-decoration:none; }
.icon-block a:hover { text-decoration:underline; }
footer { margin-top:80px; font-size:14px; color:#777; }
footer a { color:#f26c00; text-decoration:none; margin:0 10px; }
footer a:hover { text-decoration:underline; }
