#container {
  background: #A76AD4;
}
#hSub {
  background: #dc8eff;
}
#header {
  background: #670095;
}
#online {
  background: #fff;
  padding: 3px 0 0 3px;
  border: solid 1px;
}
body {
  background-image: url('https://github.com/TheCanadianCactus/Catmint-Content-for-Projects-and-Posts/blob/main/Images/Textcat.png?raw=true');
  animation: bg-scrolling 30s infinite linear;
  cursor: url(https://github.com/TheCanadianCactus/Catmint-Content-for-Projects-and-Posts/blob/main/Images/Pawb.png?raw=true), auto;
}
@keyframes bg-scrolling {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 183px 138px;
  }
}
a {
  cursor: url(https://github.com/TheCanadianCactus/Catmint-Content-for-Projects-and-Posts/blob/main/Images/pawb2.png?raw=true), auto;
}
.avatar {
  cursor: url(https://github.com/TheCanadianCactus/Catmint-Content-for-Projects-and-Posts/blob/main/Images/spyglass.png?raw=true), auto;
}
button {
  cursor: url(https://github.com/TheCanadianCactus/Catmint-Content-for-Projects-and-Posts/blob/main/Images/pawb2.png?raw=true), auto;
}