* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 18px;
}

body {
  font-family: "EB Garamond", Georgia, serif;
  color: #111;
  background: #fdfdfb;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  max-width: 36rem;
  margin: 0 auto;
  padding: 1.5rem;
}

h1 {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

section {
  margin-bottom: 1.5rem;
}

p {
  font-size: 1.1rem;
}

a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover {
  color: #555;
}
