body
{
    background-image: url(../img/sunny.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
h1 { text-align: center; }
p { text-align: center; }