

.move {
    
    color:blueviolet;
}



.move_two {
    width: 100vw;
    height: 80vh;
    background-size: cover;
    background-image: url("https://assets.codepen.io/226833/water.jpg"), linear-gradient(red, yellow, blue), linear-gradient( to left, black, white);
    background-blend-mode: multiply, color-dodge;
}




.move_three {
    background: rgb(54,134,172);
    background: linear-gradient(0deg, rgba(54,134,172,1) 2%, rgba(106,191,186,1) 32%, rgba(82,65,237,1) 100%);
}






}
