*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}
body{
    background-color: #dac1df28;
}
.musiccontainer{
    width: 500px;
    margin: 150px auto;
    position: relative;
}
.list-item{
    display: flex;
}
.musiccontainer h2{
    width: 300px;
    background-color: rgba(169, 16, 251, 0.687);
    text-align: center;
    border-radius: 40px;
    border: 1px solid #80787deb;
    box-shadow: 1px 0 3px #b4afb1cc;
    font-size: 40px;
    margin-left: 40px;
    color: #fffcfc;
    position: absolute;
    top: -60px;
}
.my-3{
    margin: 30px auto;
    padding: 10px;
    width: 400px;
    border: none;
    background-color:  #f8d2ef29;
    outline: none;
    border: 1px solid #f5a4f5;
    box-shadow: 1px 0 3px #fcbdf5a8;
}
.my-3:hover{
    box-shadow: 1px 0 3px #ff88e575;
    background-color: #fdf8fcc3;
}
.btn{
    width: 50px;
    height: 34px;
    background-color: #14b04ab5;
    border: solid #fffdfd6e 1.4px;
    font-size: 20px;
    margin-left: 20px;
    cursor: pointer;
    color: #ffffffe8;
}
.btn:hover{
    background-color: #009735c0;
    font-size: bold;
    box-shadow: 0px 0px 2px #24c958;
}
.list-group{
    width: 480px;
    padding: 10px;
    position: relative;
    margin-left: -22px;
}
.list-item{
    background-color:#fffffff2;
    margin: 10px;
    color: #2d2c2ce6; 
    cursor: pointer;
    padding: 6px;
    border: #c683dc solid 1px;
    box-shadow: 1px 1px 3px #dbb2e8 ;
    position: relative;
}
img{
    width: 20px;
    height: 20px;
    margin-right: 40px;
}
.bolosur{
    width: 20px;
    height: 20px;
    position: absolute;
    right: -30px;
}
.list-item:hover{
    color: #000000; 
    box-shadow: 1px 2px 8px #ffffff ;
}
.deleteBtn{
    position: absolute;
    right: -40px;
    background-color: #00000000;
    border: none;
    font-size: 28px;
    color: #ff000076;
    margin-top: -10px;
    cursor: pointer;

}
.deleteBtn:hover{
    color: #b10606c4;
}