.absolute-abstract-image {
    mix-blend-mode: lighten;
}
.custom-blur-effect {
	filter: blur(50px)
}

.div-with-grain {
    background-color: #000; /* Base color */
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMB/3KMAK0AAAAASUVORK5CYII='); /* Noise texture */
    background-size: cover;
    background-blend-mode: overlay;
}
