/* === Fix homepage left shift === */
body {
  margin: 0 auto !important;
  max-width: 1200px;
  padding: 0;
  background-color: #fff; /* Optional: reset background issues */
}

/* === Center the header/logo === */
#Header, .container.header {
  text-align: center;
}

#LogoImage {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* === Center floating affiliate ads that were breaking layout === */
#Container > a,
#Container > img,
#Container > script + a,
#Container > ins.adsbygoogle {
  display: block;
  margin: 20px auto;
  text-align: center;
}

/* === Optional: Contain ad blocks better on wide screens === */
#Container {
  max-width: 1200px;
  margin: 0 auto;
}
