.joker-original {
    background-image: url(images/joker.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #C3B1E1;
    min-height: 80vh;
}

.joker-with-blend {
    background-image: url(images/joker.png);
    background-blend-mode: darken;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #C3B1E1;
    min-height: 80vh;
}