#top-artist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
#top-artist span {
  font-size: 20px;
  font-family: var(--poppins);
  font-weight: 500;
}
#top-artist p {
  margin-right: 50px;
}

#ats-ctn {
  display: flex;
  flex-wrap: wrap;
  gap: 49px;
}

#itm-ats {
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
#itm-ats img {
  width: 100%;
  height: 150px;
  border-radius: 50%;
}
#itm-ats p {
  font-family: var(--poppins);
}/*# sourceMappingURL=artistsWindow.css.map */