* {
  box-sizing: border-box;
}

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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #000;
  color: #fff;
}

.page {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.hero-image {
  display: block;
  width: 100vw;
  max-width: 100%;
  height: auto;
}
