p {
    color: pink;
    border:line, 1 
    filter: blur(6px);
    }
    
body { 
    background: rgb(255,82,133);
background: linear-gradient(90deg, rgba(255,82,133,1) 0%, rgba(104,121,9,1) 49%, rgba(87,91,98,1) 100%);
    filter: drop-shadow(0 0 0.90rem crimson);
    
    }
    
    div {
        filter: blur(6px);
        }