.not {
  filter: grayscale(1);
  color: grey;
  cursor: not-allowed;
}

.more {
  width: 100%;
  height: 30px;
  border-radius: 720px;
  background: #241c3d;
  border: 1px solid #5b35d5;
}
.play {
  width: 100%;
  height: 30px;
  border: none;
  border-radius: 1004px;
  background: #5b35d5;
  box-shadow: inset 0px -1px 0px #4727b0, inset 0px 1px 0px #7d56fc;
}
