body {
  position: relative;
  background-color: #e5c78a;
}

.textureOverlay {
  position: absolute;
  top: -10;
  bottom: 0;
  left: -10;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: repeat;
  background-image: url("texture.jpg");
  background-size: contain;
  mix-blend-mode: multiply;
  opacity: 0.6;
  pointer-events: none;
}