@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


p {
    font-size: 12px;
    line-height: 10px;
    word-break: break-all;
    white-space: normal;
    background: url(babe.jpeg);
    background-attachment: fixed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0);
    
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #000;
}

.bigger { 
    font-size: 200%;
}
