body {
    background-image: url('../../../images/background/marko.jpg');
}

.artistContent {
    font-size: 1.6rem;
}

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