*, *::before, *::after {
  box-sizing: border-box;
}

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

body {
  background: #0d1117;
  font-family: "Sora", system-ui, sans-serif;
}

.hero {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.hero h1 {
  margin: 0;
  color: #f2f4f8;
  font-weight: 800;
  font-size: clamp(2rem, 8vw, 5rem);
  letter-spacing: -0.02em;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
