* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 48px 20px;
  background: #ffffff;
  color: #202b3b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

main {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.brand {
  margin: 0;
  color: #185adb;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h1 {
  margin: 28px 0 20px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  margin: 0;
}

.note {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #e2e7ee;
  color: #596477;
}
