


.song{
    text-align: center;




}
.divtop{width: 50%;
height: auto;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 10px 10px 10px 10px;
border:solid 5px  rgb(139, 80, 80)  ;
margin: auto;
box-shadow: 0px 10px 10px 0px;


}

audio{
    margin-left: 30%;


}

.song2{text-align: center;

}
.middivsong{
width: 50%;
height: auto;
background-color: gold;
border-radius: 10px 10px 10px 10px;
border:solid 5px  rgb(139, 80, 80)  ;
margin: 3% auto;
box-shadow: 0px 10px 10px 0px;


}
html{
    background-color: rgb(30, 29, 29);
}
.backclick{
    text-align: center;

}
a:hover{
    background-color:rgb(103, 103, 160) ;
    border-radius: 10px 10px 10px 10px;
}
h2{
    text-align: center;
}
h4{
    text-align: center;
color: rgb(0, 0, 0);
}
.picture{
    margin-left: 17%;
width: 70%;
height: auto;
border-radius: 17px 17px 17px 17px;
}