html::after {
  content: "";
  background-image: url('../images/test-bg.png');
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
    