.background {
  position: fixed;
  inset: 0;
  background-image: url('Animals.gif');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.tveffect {
  position: fixed;
  inset: 0;
  background-image: url('static.gif');
  background-size: cover;
  opacity: 0.25;
  pointer-events: none;
  z-index: 5;
}

.tvframe {
  position: fixed;
  inset: 0;
  background-image: url('tv.png');
  background-size: 103%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 6;
}



@font-face {
  font-family: 'VixFont';
  src: url(https://vixs.neocities.org/CustomFonts/vix_font-webfont.woff);
}

.content {
  position: relative;
  z-index: 4;
text-align: center;
top: 275px;
padding-right:20%;
text-decoration: none;
  color: white;
  font-family: 'VixFont';
  font-size: 400%;
  text-shadow:5px 5px #000000;
}
a {
  text-align: center;
  font-weight: 900;
  color: red; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
  top: 0px;
  z-index: 4;
}


  .image1 {
   position: fixed;
    z-index: 3;
  left: 50%;
  top: 50%;
  height: 205%;
  width: 150%;
  }
   .image2 {
   position: fixed;
    z-index: 3;
  left: 50%;
  top: 10%;
  height: 200%;
  width: 150%;
  }

 .image3 {
   position: fixed;
    z-index: 3;
  left: 10%;
  top: 10%;
  height: 200%;
  width: 150%;
  }

 .image4 {
   position: fixed;
    z-index: 3;
  left: 10%;
  top: 50%;
  height: 200%;
  width: 150%;
  }

