>>/12976/
here's there css
body {
color: #cce6ff;
    background-image: url(https://files.catbox.moe/gfm1no.jpg);
}
 div#userlist {
   background-image: url(https://files.catbox.moe/7wctle.png);
background-size: 100%;
background-repeat:inherit;
border-image: url(https://i.ibb.co/0m6vyx1/wew.png);

}
 div#messagebuffer{
    background-image: url(https://files.catbox.moe/txd5a4.gif);
background-size: 15%;
background-repeat:no-repeat;
background-position: 108%;

}
 div#chatheader{
    background-color: #330033;
}
.userlist_op {
    color: #006666!important;
    font-weight: bold!important;
background-color:hsla(40,30%,30%,0.3);
border-radius: 30%;
}
.userlist_owner {
    color: #cc0000!important;
background-color:hsla(240,70%,70%,0.3);
border-radius: 30%;
    font-weight: bold!important;
}
.alert-info {
background-color: black
}

p {
  animation: color-change 10s infinite;
}

@keyframes color-change {
  0% { color: white; }
  50% { color:  grey; }
  100% { color: white; }
}