
.artist-image{
    max-width: 100%;
    border-radius: 8%;
    height: 100%;
}
.artist-name{
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.artist-info{
    margin-top: 10px;
}