/*-------MUSIC PLAYER BY GLENTHEMES-------*/
::-webkit-scrollbar {
width: 2px;
height: 2px;
display:none;
}

#glenplayer02 {
;z-index:5
}

.ex2 {
display:flex;
padding:3px;
flex-wrap: wrap;
align-items: center;
gap:5px;
width:inherit;
justify-content: space-between;
}

body {
  margin:0;
}

#glenplayer02 a {
  text-decoration:none;
}
 
#glenplayer02 > div {
align-self:center;
-webkit-align-self:center;
}
 
.music-controls {
display:flex;
user-select:none;
-webkit-user-select:none;
width:13px;
font-size:13px;
cursor:pointer;
justify-content: center;
align-content: center;
flex-wrap: wrap;
}
 
.playy, .pausee { /* color of play & pause buttons */
  color:#fff;
  text-shadow: .5px .5px black;
} 
 
.pausee {
  display:none;
  font-size:8px;
}
 
.sonata {
color:#fff; /* color of music note symbol */
text-shadow: .5px .5px black;
}
 
.labeltext {
margin-left:8px;
font-family:courier new;
font-size:9px;
color:#fff; /* color of song title */
text-shadow: .5px .5px black;
}