:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf6f0;
  color: #2b2622;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif;
}

.page {
  max-width: 480px;
  padding: 48px 24px;
  text-align: center;
}

.avatar-link {
  display: inline-block;
}

.avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 24px;
}

h1 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 20px;
}

.intro {
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 16px;
  color: #4a4238;
}

.links {
  margin: 28px 0 20px;
  font-size: 1rem;
}

.links a {
  color: #8a5a3b;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

.links span {
  margin: 0 10px;
  color: #b8ac9c;
}

.signoff {
  margin-top: 32px;
  font-size: 0.95rem;
  color: #8a8074;
}
