#wrapper {
  background-color: var(--text-primary);
  background-image:
    url("../images/overlay.png"),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/bg.webp");
  background-size:
    auto,
    auto,
    100% auto;
  background-position:
    center,
    center,
    top center;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: fixed, fixed, fixed;
}
