.artists-container{margin-top:2rem;display:flex;flex-wrap:wrap;gap:20px;width:100%}.artist-container{display:flex;flex-direction:column;justify-content:flex-start;width:250px}.artist-image{width:100%;height:300px;-o-object-fit:cover;object-fit:cover;border-radius:5px;border-style:solid;box-shadow:1px 3px 2px #888}.artist-name{margin-top:10px;padding-left:1rem;font-size:1.2rem;font-weight:700}