:root {
  color-scheme: light;
  --background: #ffffff;
  --foreground: #111111;
  --muted: #555555;
  --link: #111111;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--background);
  color: var(--foreground);
  font-family: Georgia, "Times New Roman", serif;
}

.page {
  min-height: 100vh;
  max-width: 40rem;
  margin: 0 auto;
  padding: 7rem 1.5rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 2.875rem);
  font-weight: 700;
  line-height: 1.15;
}

p {
  margin: 0;
}

.contact {
  margin-top: 1rem;
}

.contact p {
  font-family: Arial, Helvetica, sans-serif;
}

.note {
  color: var(--muted);
}

.note {
  line-height: 1.6;
}

.email a {
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.email a:hover,
.email a:focus-visible {
  color: #000000;
}

.email {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.note {
  margin-top: 0.5rem;
}

@media (max-width: 480px) {
  .page {
    padding-top: 5rem;
  }
}
