body {
  background: #000;
  color: #fff;
  font: 900 1.2rem Jua;
  margin: 0;
}

#app {
  display: grid;
  height: 100dvh; /* dynamic idk*/
  height: 100vh;
  width: 100%;
}

.music {
  display: grid;
  gap: 8px;
  width: 290px;
  margin: auto;
}

.img {
  border-radius: 8px;
  box-shadow: 8px 4px 100px #da6e9c;
  height: 290px;
  width: 290px;
}

.barWrap {
  height: 18px;
  position: sticky;
}

.bar {
  background: #da6e9c;
  border-radius: 8px;
  height: 100%;
  width: 40%;
}

.timeStamps {
  height: 18px;
  position: sticky;
  width: 100%;
}

.left {
  position: absolute;
  left: 0;
}

.right {
  position: absolute;
  right: 0;
}
