body {
    margin: 0;
    padding: 0;
    background: #000;
}

p { font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -1px;
    text-align: justify;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: url(image.jpg) no-repeat center;
    background-attachment: fixed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(225, 225, 255, 0);
    
    
}