/*-------MUSIC PLAYER BY GLENTHEMES-------*/
#glenplayer02 {
    position: relative;
    top: 0px;
    left: 11rem;
    display: flex;
    z-index: 99;
}

#glenplayer02 a {
    text-decoration: none;
}

#glenplayer02 > div {
    align-self: center;
    -webkit-align-self: center;
}

.music-controls {
    user-select: none;
    -webkit-user-select: none;
    width: 13px;
    font-size: 18px;
    cursor: pointer;
}

.playy,
.pausee {
    color: #eeeeee;
    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;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    color: #eeeeee;
    font-weight: bold;
    text-shadow:
        -1px 0 #000,
        0 1px #000,
        1px 0 #000,
        0 -1px #000,
        0 0;
    /* color of music note symbol */
}

.labeltext {
    margin-left: 0px;
    position: relative;
    bottom: 10px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    color: #eeeeee;
    font-weight: bold;
    text-shadow:
        -1px 0 #000,
        0 1px #000,
        1px 0 #000,
        0 -1px #000,
        0 0;
    /* color of song title */
}
