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

html {
  font-size: 87.5%;
  font-family: Georgia, "Times New Roman", Times, "Liberation Serif", serif;
}

body {
  margin: 0;
  padding: 4rem 1rem 2rem;
  font-family: inherit;
  line-height: 1.55;
  color: #111;
  background: #fff;
}

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

h1 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 0.85rem;
  line-height: 1.25;
}

h2 {
  font-size: 1rem;
  font-weight: normal;
  margin: 1.25rem 0 0.5rem;
  line-height: 1.3;
}

ul + h2 {
  margin-top: 2rem;
}

h2 + p {
  margin: 0.4rem 0 0;
}

ul {
  margin: 0;
  padding-left: 1.15rem;
}

li {
  margin-bottom: 0.45rem;
}

li:last-child {
  margin-bottom: 0;
}

a {
  color: #0b57d0;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

a:hover {
  text-decoration-thickness: 0.08em;
}

a:focus-visible {
  outline: 2px solid #0b57d0;
  outline-offset: 2px;
}
