body{
    margin: 0;
    background: url(https://d2juedknhp61ae.cloudfront.net/5b6d46cd08eb4133f3b20b29/5d833b709f6e935a69509863.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; 
}

/* img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 20%; 
} */

p {
    color: white;
    margin: 0;
    position: absolute;
    bottom: 35%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); 
}