body {
  padding: 16px 15px 16px 16px;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.top-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}

.header {
  display: flex;
  justify-content: center;
  flex-direction: row;
  height: 56px;
  background: white;
  align-items: center;
}

.space-header {
  height: 40px;
}

.ic-back {
  position: absolute;
  left: 8px;
  top: auto;
  bottom: auto;
}

h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #23262f;
}

.description {
  color: #23262f;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

a {
  color: #5768ff;
  text-decoration: none;
  font-weight: 500;
}

h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 4px;
}

h2.no-margin {
  margin-top: 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #23262f;
  margin-top: 12px;
}

p.no-margin {
  margin: 0;
}

strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #23262f;
  list-style-type: none;
  margin-top: 12px;
}

p > strong {
  margin-top: 0;
}

div.space-4 {
  margin-top: 4px;
}

div.space-12 {
  margin-top: 12px;
}

div.space-16 {
  margin-top: 16px;
}

div.space-24 {
  margin-top: 24px;
}
