:root { --primary-color: #e40017; --link-color: #c80016; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #f5f5f5; color: #151515; } .container { max-width: 720px; } a { color: #c80016; } button, .button, input[type="submit"] { background: #e40017 !important; border-color: #e40017 !important; color: #fff !important; }