.maskk {
  -webkit-mask-image: url(https://i.ibb.co/KhqQW5x/73696-B1-E-A0-D7-4529-B2-D2-FB27-F0-D5-B437.png);
  -webkit-mask-size: 150%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

#glenplayer02 {
  position: fixed;
  top: 2em;
  margin-bottom: 20px;
  left: 0;
  margin-left: 20px;
  display: flex;
  z-index: 99;
  text-shadow:
    -1px 0 #000,
    0 1px #000,
    1px 0 #000,
    0 -1px #000,
    0 0;
}
#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: 13px;
  cursor: pointer;
}

.playy,
.pausee {
  color: #fff;
} /* color of play & pause buttons */

.pausee {
  display: none;
}

.sonata {
  margin-left: 10px;
  color: #000; /* color of music note symbol */
}

.labeltext {
  margin-left: 1px;
  font-family: courier new;
  font-size: 9px;
  color: #fff; /* color of song title */
}

.right-column {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-left: 210px;
  overflow-y: scroll;
  height: 98vh;
  overflow-x: hidden;
  scrollbar-color: var(--brown) var(--white);
}

.status {
  max-width: 550px;
}

.status .box {
  background-size: contain;
  max-width: 500px;
  padding: 2em 1em 1em 1em;
  text-align: center;
  position: relative;
  transform: rotate(1deg);
  transition: 0.3s;

  ul {
    display: flex;
  }

  li {
    transform: skew(-10deg);
    padding: 0.1em 0.5em;
    text-transform: lowercase;
  }
  a:hover {
    text-decoration: 2px underline wavy;
  }

  img {
    position: absolute;
    height: 35px;
    top: -15px;
  }
}

.status .box:hover {
  transform: rotate(0deg);
}

.scroll-box ul li {
  margin: 0 0px 5px 3px;
  border-bottom: 1px solid var(--grey);
}

.scroll-box ul span {
  margin-right: 7px;
  margin-left: 5px;
}

.scroll-box ul {
  list-style-image: url("../graphics/stickers-pixel/296-11.png");
}

.box {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  height: fit-content;
}

body {
  display: flex;
  max-width: 1300px;
  font-family: "USPlaywrite";
  position: relative;
}
