/* VHS-шум на все страницы Andanza */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background-image: url('https://static.tildacdn.com/tild3639-6638-4535-a538-373336383533/noise.gif');
  background-repeat: repeat;
  opacity: 0.1;
— как на /subjuntivo */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background-image: url('https://static.tildacdn.com/tild3639-6638-4535-a538-373336383533/noise.gif');
  background-repeat: repeat;
  opacity: 0.1;
  mix-blend-mode: multiply;
}/* VHS-шум на все страницы Andanza — как на /subjuntivo */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background-image: url('https://static.tildacdn.com/tild3639-6638-4535-a538-373336383533/noise.gif');
  background-repeat: repeat;
  opacity: 0.1;
  mix-blend-mode: multiply;
}