html,body{
    background: #000;
}
.text{
    background: #FFFFFF99;
    /* color: chartreuse; */
}

.text h1{
    /* color: chartreuse; */
}

.bg{
    mix-blend-mode: difference;
}