body {
  background-image: url('../../../images/background/branka.png');
}

.artistWrapper::after {
    opacity: 0.2 !important;
}

.artistContent {
  font-size: 1.6rem;
}

@media (max-width: 1200px) and (max-height: 900px) {
  .artistContent {
    font-size: 1.4rem;
  }
}
