*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #e5e5e5;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 3.25rem 1.5rem 2rem;
}

main {
  max-width: 32rem;
  text-align: center;
}

h1 {
  margin: 0 0 2rem;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(2.25rem, 7vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

main p {
  margin: 0;
  font-size: 1.2rem;
  color: #a3a3a3;
}

footer {
  margin-top: 4rem;
  text-align: center;
}

footer p {
  margin: 0;
  font-size: 0.8125rem;
  color: #737373;
}

footer p + p {
  margin-top: 0.25rem;
}
