body {
  margin: 0;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px;
  text-align: center;
  background: #08090a;
  color: #f4f6f8;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

img { width: 72px; height: 72px; border-radius: 16px; }

p { color: #a3adb8; font-size: 15px; max-width: 34ch; line-height: 1.6; }

a { color: #00e5ff; }
