html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

h1 {
  margin: 0;
  padding: 0 16px;
  font-size: clamp(1.5rem, 6vw, 4rem);
  font-weight: 600;
  text-align: center;
  overflow-wrap: anywhere;
}
