:root {
  color-scheme: light dark;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  background: #11151a;
  color: #edf2f7;
}

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

main {
  width: min(560px, calc(100% - 48px));
  border-top: 3px solid #32b67a;
  padding-top: 24px;
}

.brand {
  color: #32b67a;
  font-size: 13px;
  font-weight: 700;
}

h1 {
  margin: 10px 0;
  font-size: 32px;
  letter-spacing: 0;
}

p {
  color: #b8c2cc;
  line-height: 1.6;
}
