/* /assets/css/the-truth.css */
* { margin: 0; padding: 0; }
html, body { height: 100%; background: #021321; }

/* Fill the viewport box, keep aspect ratio, never crop */
#bkgnd {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;   /* fallback */
  height: 100dvh;  /* correct height on mobile (iOS/Chrome with URL bars) */
  object-fit: contain;
  object-position: center;
  display: block;
}
