/* ============================================================
   Quantum Gateway UI — Layout & Styling
   ============================================================ */

body {
  background: url(079-Gateway.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-main);
    margin: 0;
    padding: 20px;
}
