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

img[class*="avatar"] { 
  content:url("https://cdn.discordapp.com/attachments/1213067895072886824/1213067964253736960/katchan_trans_s.png?ex=65f42094&is=65e1ab94&hm=71c87c3d990bc9cfb252ea2d7945cf58d4d075046aa32172adcff58187c1aecc&");
}

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%);
}