*{
    padding: 0;margin: 0;box-sizing: border-box;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.songa{
    width: 300px;
    position: relative;
}
.img-box{
    height: 350px;
    position: relative;
}
.img-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position:center;

}
.player-controls{
    display: flex;
    justify-content: space-around;
    background: #000;
    width: 100%;
    height: 20%;
}