:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17201b;
  background: #f5f2eb;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
}

main {
  width: min(720px, calc(100vw - 32px));
}

h1 {
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
}

p {
  margin: 0 0 28px;
  max-width: 560px;
  color: #4f5a54;
  font-size: 18px;
  line-height: 1.5;
}

section {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

span {
  border: 1px solid #c7bfae;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fffdf8;
  font-size: 14px;
}
