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

.desktop-only {
  width: min(560px, 100%);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  text-align: center;
  padding: 38px 24px;
  box-shadow: var(--shadow);
}

.desktop-only h1 {
  margin: 14px 0 8px;
  font-size: 2rem;
}

.desktop-only p {
  margin: 0;
  color: var(--muted);
}
