body {
  margin: 3.75rem auto;
  padding: 0 .625rem;
  max-width: 43.75rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #111;
  background-color: #fff;
}

header {
  text-align: center;
}

header h1 {
  margin-bottom: 0;
}

header p {
  margin: -0.2rem 0 0.3rem;
  font-size: 1rem;
  color: #666;
}

.contact {
  margin: 0 0 2.25rem;
  font-weight: 600;
  font-style: italic;
  color: #111;
}

section + section {
  margin-top: 1.5rem;
}

h2 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-style: italic;
}

ul {
  margin: 0;
  padding-left: 1.4em;
}

li + li {
  margin-top: 0.35rem;
}

a {
  color: #0000ff;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 0.08em;
}

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

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 2px;
}

code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 85%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}
