#glenplayer02 {
    position: relative;
    top: 3px;
    left: 4px;
    display: flex;
    z-index: 99;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
    color: #fff;
}
 
 
@font-face {
font-family: custom;
src: url(https://github.com/Sokolov49/BetterDiscord-ThemesAndPlugins/raw/master/KGLoveSomebody.ttf);
}
 
marquee {
font-family: custom;
color: #fff;
}
 
#glenplayer02 > div { align-self:center; -webkit-align-self:center; } 
 
.music-controls { 
user-select:none; 
-webkit-user-select:none; 
width:16px; 
font-size:16px; 
cursor:pointer; } 
 
.playy, .pausee {
color:#ece8ff; 
text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
} 
 
/* color of play & pause buttons */ 
.pausee {display:none;} 
 
.sonata { margin-left:10px; color:#fff; /* color of music note symbol */ } 
 
.labeltext { margin-left:0px; font-family: lovely; font-size:16px; font-weight: bold; color:#fff; /* color of song title */ text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0; } 
 