.artist-header {
    text-align: center;
    padding: 20px;
}

.artist-img {
    width: 120px;
    border-radius: 50%;
}

.song-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}