body {
    background-image: url('music-player-bg.png');
    font-family: Arial, Helvetica, sans-serif;
}

.mobile {
    margin: auto;
    background: #000;
    color: white;
    width: 375px;
    height: 700px;
    border-radius: 15px;
}


.name-m {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
}

.back {
    display: inline;
}


.back img {
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: relative;
    bottom: 45px;
}

.heart {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    bottom: 50px;
}

.heart img {
    width: 40px;
    height: 40px;
    margin-right: 2px;
    position: relative;
    bottom: 30px;
    cursor: pointer;
}

.m-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-image img {
    border-radius: 10px;
    width: 300px;
    height: 300px;
    position: relative;
    bottom: 50px;
}

.progess-bar {
    position: absolute; 
    left: 63%;
    transform:translate(-50%,-50%); 
    width:500px; 
    height:60px;
    top: 65%;
}

.large-m-name {
    font-size: x-large;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.m-singer-name {
    font-size: large;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.m-singer-name p {
    position: relative;
    bottom: 25px;
}

.controls {
    display: flex;
    justify-content: space-evenly;
}

.shuffle img{
    height: 30px;
    width: 30px;
    position: relative;
    top: 15px;
    left: 5px;
    cursor: pointer;
}

.rewind img {
    height: 30px;
    width: 30px;
    position: relative;
    top: 15px;
    cursor: pointer;
}

.play img{
    height: 30px;
    width: 30px;
    position: relative;
    top: 15px;
    left: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.fast img {
    height: 30px;
    width: 30px;
    position: relative;
    top: 15px;
    left: 5px;
    cursor: pointer;
}

.loop img {
    height: 30px;
    width: 30px;
    position: relative;
    top: 15px;
    left: 5px;
    cursor: pointer;
}