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: #f3f6f8;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

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

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

a { color: #3AA3D8; }
