body {
  background-image:url("https://i.ibb.co/sJ0z3hJ/dark-grid-background-seamless.jpg");
  color:#FFFFFF;
}
#siteintro { 
    background: linear-gradient(to right, #0099ff, #c728ff, #ff3333, #66ff95, #ff724d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rainbow_animation 6s ease-in-out infinite;
    background-size: 400% 100%;
}

@keyframes rainbow_animation {
    0%,100% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }
}
#updates {
  background-color:#000000;
  outline: 2px solid white;
  float: right;
  width: auto;
  height: auto;
  margin: 0 auto;
  overflow: automatic;
}
#flashback {
  float: left;
  background-color:#000000;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0px 0px 0px 2px red inset;
  overflow: auto;
  white-space: nowrap;
}
.femboyNude {
  width: 128px;
  height: auto;
  margin: 5px;
}