body { margin: 0; min-height: 100dvh; display: grid; place-items: center; background: #f5f5f1; color: #0e0e0c; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; }
.box { text-align: center; padding: 24px; }
.box a { display: inline-block; margin: 8px 10px; padding: 14px 30px; border-radius: 999px; background: #0e0e0c; color: #f5f5f1; text-decoration: none; font-weight: 700; }
.box img { width: 72px; height: 72px; margin-bottom: 18px; }
