@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
 
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #000;
}
 
p{
    font-size: 7.5px;
    line-height: 7.5px;
    background: url(IMG_20231009_211640_893.jpg);
    background-attachment: fixed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.07);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    letter-spacing: 0.1px;
}
