                      /*-------MUSIC PLAYER BY GLENTHEMES-------*/
                      #glenplayer02 {
                        position: relative;
                        #container07;
                        bottom: 1.35em;
                        margin-bottom: 10px;
                        left: 8em;
                        margin-left: 10px;
                        display: flex;
                      }

                      #glenplayer02 a {
                        text-decoration: none;
                      }

                      #glenplayer02>div {
                        align-self: center;
                        -webkit-align-self: center;
                      }

                      .music-controls {
                        user-select: none;
                        -webkit-user-select: none;
                        width: 10px;
                        font-size: 10px;
                        cursor: pointer;
                      }

                      .playy,
                      .pausee {
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: #696969;
                        -webkit-text-stroke-width: 1px;
                        -webkit-text-stroke-color: transparent;
                        font-size: 10px;
                      }

                      .pausee {
                        display: none;
                      }
     