:root {
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #030712;
  color: #f8fafc;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  background: #030712;
}

#background-root {
  position: fixed;
  inset: 0;
  z-index: 0;
}

.page-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(14px, 3vw, 30px) 0;
}
