body {
    background-color: black;
}

.album {
    margin-top: 20px;
    border: solid 3px white;
    border-radius: 10px;
    overflow: auto;
    width: 1005px;
}

.albumTitle {
    font-family: arial;
    font-weight: bold;
    font-size: 40px;
    color: white;
    margin: 5px;
    width: 986px;
    background-color: #565656;
    border-radius: 10px;
    padding-left: 10px;
}

.albumCover {
    float: left;
    margin: 5px;
}

.coverimage{
    height:300px;
    width:300px;
    object-fit: contain;
}

.songList {
    float: left;
    position:relative;
    top: -30px;
}

.song {
    border: solid 3px white;
    color: white;
    border-radius: 10px;
    width: 687px;
    height: 30px;
    clear: left;
}

.songTitle {
    width: 381px;
    font-family: arial;
    font-weight: bold;
    float: left;
    height: 24px;
    margin-left: 5px;
    margin-top: 6px;
    /* background-color: blue; */
}

.downloadbtn{
    position: relative;
    top: -45px;
    height: 31px;
    width:30px;
    /* background-color:red; */
    content: url("download.png");
    left: 652px;
}

.audioFL {
    float: left;
    height: 30px
}

audio {
    height: 30px;
}

