body {
    background-attachment: fixed;
    background-image: url(dog.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
p {
    font-size: 25;
    color: black;    
}
