body {
  background: #fbf8ff;
  color: #171321;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  margin: 48px auto;
  max-width: 860px;
  padding: 0 20px;
}

h1,
h2 {
  line-height: 1.15;
}

a {
  color: #5b21b6;
}

code {
  background: #eee7ff;
  border-radius: 0.25rem;
  padding: 0.1rem 0.3rem;
}

.note {
  background: #fff;
  border: 1px solid #d8c7ff;
  border-radius: 12px;
  padding: 16px;
}
