.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
.stageimg{
  padding: 30px;
  background-color: #fff;
}
.stageimg h3{
  text-align: center;
  color: #000;
  border-bottom: none;
}
.song{
  background-color: #ff0000;
  padding: 5px;
  margin: 1%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
