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

html {
  text-size-adjust: none;
}

body {
  min-height: 100vh;
  font-family: system-ui, sans-serif;
  color: #171717;
  background: white;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dt,
dd {
  margin: 0;
}

img,
picture {
  display: block;
  max-width: 100%;
}

.back-link {
  color: inherit;
}

.content {
  font-size: 16px;
  line-height: 24px;
}

.content h1 {
  font-size: 24px;
  line-height: 32px;
}

.content h2 {
  font-size: 18px;
  line-height: 28px;
}

.content a {
  color: #1d4ed8;
}

.content > * + * {
  margin-top: 1em;
}

.contacts {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}

.contacts dd,
.contacts dt {
  display: flex;
}

.contacts a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page__header,
.page__content {
  width: 100%;
  max-width: 80ch;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
}

.page__header {
  padding-top: 16px;
  padding-bottom: 32px;
}

.page__content {
  padding-bottom: 24px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
