body {
  background: #000;
  color: #fff;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

.centered {
  text-align: center;
  max-width: 560px;
  padding: 2rem 1.5rem;
}

.wordmark {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 2rem;
}

.about {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2rem;
}

.about p {
  margin: 0 0 0.75rem;
}

.about p:last-child {
  margin-bottom: 0;
}

.about a {
  color: #fff;
  text-underline-offset: 3px;
}

.contact {
  border-top: 0.5px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact a {
  font-size: 0.95rem;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
}

.footer-logo {
  height: 40px;
  width: 40px;
  border-radius: 10%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 10px;
}