body{
    margin: 0;
    padding: 0;
    font-family: 'Arial Black';
    background: #000;
}
h1{
    font-size: 10em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 20px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    background: url(https://donevu.com/images/8.jpg);
    background-size: cover;
    background-position: 50% 50%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

}
p{
    font-size: 4em;
    font-weight: 600;
    color: white;
    text-align: center;
}
.small {
    font-size: 1em;
    font-weight: 100;
    text-align: center;
    font-style: italic;
}