* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111;
  background: #fff;
}

body {
  display: grid;
  place-items: center;
  padding: 24px;
}

.container {
  max-width: 560px;
  width: 100%;
  text-align: center;
}

.notice h1 {
  margin: 0;
  font-size: 8rem;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.notice p {
  margin: 0;
  color: #333;
  font-size: 1.25rem;
}

.notice p + p {
  margin-top: 18px;
  color: #555;
  font-size: 1rem;
}
