:root { --primary: #1a4b8c; }body { font-family: Georgia, 'Times New Roman', serif; background: #f4f6f8; color: #222; }.container, .wrap, main, .box { max-width: 560px; margin: 40px auto; background: #fff; padding: 32px; border-radius: 8px; box-shadow: 0 2px 12px rgba(0,0,0,.06); }h1,h2,h3 { color: #1a4b8c; font-weight: 600; }a.button, button, .btn, input[type=submit] { background:#1a4b8c !important; border-color:#1a4b8c !important; border-radius:6px; }a { color:#1a4b8c; }.footer, footer { color:#777; font-size:13px; text-align:center; margin-top:24px; }