:root {
  color-scheme: dark;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #080a0d;
  color: #f7f8fa;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #080a0d;
}

main {
  width: min(420px, 100%);
}

.eyebrow {
  margin: 0 0 10px;
  color: #8da09c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 12px;
  font-size: 44px;
  line-height: 1;
}

p {
  color: #c4cbc8;
  font-size: 18px;
  line-height: 1.45;
}

button {
  width: 100%;
  height: 52px;
  margin-top: 18px;
  border: 0;
  border-radius: 8px;
  background: #35d486;
  color: #06120c;
  font: inherit;
  font-weight: 800;
}
