/* Layout */

body {
  font-family: 'Inter', sans-serif;
  max-width: 680px;
  margin: 40px auto;
  padding: 0 16px;
  line-height: 1.6;
  font-size: 17px;
  color: #111;
}

/* Vertical spacing */

header {
  margin-bottom: 32px;
}

section {
  margin-bottom: 32px;
}

footer {
  margin-top: 32px;
  font-size: 15px;
}

/* Text spacing */

p {
  margin: 0 0 16px;
}

ul {
  margin: 0 0 16px 20px;
  padding: 0;
}

li {
  margin-bottom: 8px;
}

/* Links (minimal) */

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* Divider */

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 32px 0;
}
