html,body{
         min-height:100%;
         background:#000;
         background-image: url('https://izzysplanet.neocities.org/neocitiesgifbg.webp');
}
.marquee {
  position: relative;
  width: 40%;
  height: 20px;
  overflow: hidden;
}
.marquee div {
  display: block;
  position: absolute;
  width: 300%;
  overflow: hidden;
  animation: marquee 20s linear infinite;
}
.marquee div:hover {
  animation-play-state: paused;
}
.marquee span {
  float: left;
  width: 50%;
}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.loader {
         background-image: url('')
}
#statuscafe {
        padding: .5em;
        background-image: url('https://izzysplanet.neocities.org/neocitiesgifbg.webp');
        border: 1px #8f60c7;
        color: #fff;
    }
    a:link, a:visited, a:hover, a:active {
  color: gold;
  background-color: transparent;
  text-decoration: underline;
}
    p {
      color: #fff;
    }
    #statuscafe-username {
        margin-bottom: .5em;
    }
    #statuscafe-content {
        margin: 0 1em 0.5em 1em;
    }
 scrollbar {
  scrollbar-color: #8f60c7 black;
}