.background {
  background-position: -130px 0px;
  position: fixed;
  inset: 0;
  background-image: url('Cat.gif');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.tveffect {
  position: fixed;
  inset: 0;
  background-image: url('static.gif');
  background-size: cover;
  opacity: 0.3;
  pointer-events: none;
  z-index: 6;
}

.tvframe {
  position: fixed;
  inset: 0;
  background-image: url('tv.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 8;
}
@font-face {
  font-family: 'VixFont';
  src: url(https://vixs.neocities.org/CustomFonts/vix_font-webfont.woff);
}

.content {
  position: relative;
  z-index: 4;

padding-right:20%;
text-decoration: none;
  color: white;
  font-family: 'VixFont';
  font-size: 400%;
  text-shadow:5px 5px #000000;
}
a {
  font-weight: 900;
  color: red; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
  z-index:4;
}