img:not([src*='615120886852485120']), img:not([src*='615120886852485120']) + div  { 
  display:none;
}

img[class*="avatar"] { 
  content:url("https://cdn.discordapp.com/attachments/1213067895072886824/1213068803001552916/dd5a8220efdd2808.png?ex=65f4215c&is=65e1ac5c&hm=755181bf40c38e4f0171ab6fe4b0d8bc6ff133c1eb51e953a723f1fbc77b515d&");
}

html, body, img, div, span, ul, li { 
  display:flex; 
}
html { 
  height:100%; 
  justify-content:center; 
  align-items: center;
}
body { 
  overflow:hidden; 
}

ul[class*="voiceStates"] { 
  padding-inline:0; 
  margin-block:0; 
}
li[class*="voiceState"] { 
  flex-direction:column; 
  align-items:center; 
  margin:0;
  height:unset; 
}

img[class*="avatar"] { 
  width:300px;
  height:auto; 
  border:0; 
  border-radius:0; 
  margin:0; 
  float:unset; 
  filter:brightness(50%); 
  transition: all 0.2s ease-in-out; 
}
img[class*="avatarSpeaking"] { 
  filter:brightness(95%);
}