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

body,
h1,
p {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 4rem 1.5rem;
  color: #44403c;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.site-main {
  max-width: 28rem;
}

.site-main h1 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #1c1917;
}

.site-note {
  margin-top: 0.5rem;
  color: #78716c;
}

.site-mark {
  font-size: 4rem;
  line-height: 1;
}

@media (max-width: 40rem) {
  .site-main h1 {
    font-size: 1.75rem;
  }
}
