.songCover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    width: 70px;
    height: 70px;
}

.musiclist {
    justify-content: space-between;
    display: flex;
    gap: 20;
}

#musicInterestContainer {
    padding-bottom: 35px;
}

.nowPlaying {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.albumCoverPlaying {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    background-color: rgba(255, 255, 255, 0.05);

    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;

    width: 120px;
    height: 120px;
}

.nowPlayingText {
    background-color: rgba(255, 255, 255, 0);
    height: 120px;
    width: 490px;
}
