body {
    background-color: blue;
  background-image: url('https://maiden.drr.ac/assets/images/gallery08/0969505f.gif?v=f60cdbcc'), url('https://i.pinimg.com/originals/bd/63/3d/bd633d443ea586bd9dd6ae56c690870d.gif'), url('https://sadhost.neocities.org/images/tiles/stars.gif');
}

a {
  text-decoration: none;
    font-family: "DotGothic16", sans-serif;
  color: black;
    color: transparent;
    animation: rainbowlink 500ms linear infinite;
    background: linear-gradient(to right, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3);
    background-size: 200% auto;
    -webkit-background-clip: text;
}

@keyframes rainbowlink {
      0% {
        background-position: 0% center;
      }

      100% {
        background-position: 200% center;
      }
    }

p {
    font-family: "DotGothic16", sans-serif;
}

button {
  background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(107, 107, 107, 1) 53%, rgba(166, 166, 166, 1) 90%);
}

#nav {
  position: absolute;
  z-index: 90;
  width: 264.4px;
  height: 714.4px;
  border: 1px solid rgb(0, 0, 0);
  background: black;
  left: 13px;
  top: 11px;
  padding: 5px;
  color: red;
}
#blog {
  position: absolute;
  z-index: 90;
  width: 464.4px;
  height: 651.4px;
  border: 3px outset white;
  padding: 5px;
  background: url(https://sadhost.neocities.org/images/tiles/backstar.gif);
  color: white;
  left: 324px;
  top: 57px;
  overflow-y: auto;
}
#footer {
  position: absolute;
  z-index: 90;
  width: 410.4px;
  height: 45.4px;
  left: 587px;
  top: 705px;
  color: red;
}
#title {
  position: absolute;
  z-index: 90;
  width: 565.4px;
  height: 147.4px;
  background: url('https://junktownjerkyvendor.neocities.org/Euuughstorage/RUSTYSBLOG.png');
  left: 882px;
  top: 19px;
}
#img {
  position: absolute;
  z-index: 90;
  width: 676.4px;
  height: 487.4px;
  border: 1px solid rgb(0, 0, 0);
  background: url('https://i.pinimg.com/originals/23/55/71/23557130af2597293a2fb4a1e5abbac9.gif');
  background-size: cover;
  left: 822px;
  top: 192px;
}

#statuscafe {
  top: 600px;
}
#statuscafe-username {
        display: none;
}
#statuscafe-content {
      font-family: "DotGothic16", sans-serif;
      animation: rainbowlink 500ms linear infinite !important;
}

#marq {
  position: absolute;
  z-index: 6;
  width: 740px;
  top: 690px;
  right: 0px;
}

@keyframes glow {
  from {
    box-shadow: 0 0 80px 5px #052a9c;
  }
  to {
    box-shadow: 0 0 20px 5px #052a9c;
  }
}


@keyframes colorRotate {
  from {
    color: #6666ff;
    text-shadow: 0px 0px 11px rgba(102,102,255,0.81);
  }
  10% {
    color: #0099ff;
    text-shadow: 0px 0px 11px rgba(0,153,255,0.81);
  }
  50% {
    color: #00ff00;
    text-shadow: 0px 0px 11px rgba(0,255,0,0.81);
  }
  75% {
    color: #ff3399;
    text-shadow: 0px 0px 11px rgba(255,51,153,0.81);
  }
  100% {
    color: #6666ff;
    text-shadow: 0px 0px 11px rgba(102,102,255,0.81);
  }
}