/* Shared night-sky starfield — home + merch */
html {
  background: #000;
}
body {
  background-color: #000;
  background-image: url("starfield.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
