
html::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../images/background/background.jpg?v=1781036029");
  background-repeat: repeat;
  background-size: 1000px auto;
  z-index: 1;
  opacity: .2;
}