
body {
            margin: 0;
            padding: 0;
            background: #000!important;
        }

        p {
            font-size: 8px;
            line-height: 8px;
            text-align: justify;

            /* Thiết lập nền */
            background: url(image.jpg) no-repeat center center;
            background-size: auto 100%;
            /* Chiều rộng tự động, chiều cao full */
            background-attachment: fixed;

            /* Định dạng text */
            -webkit-background-clip: text;
            -webkit-text-fill-color: rgba(225, 225, 255, 0);
        }
