body {
    background-image: url('gordy.png');
    background-repeat: no-repeat;
    background-attachment: fixed; /* Keeps image static while scrolling */
    background-size: cover; /* Resizes image to cover screen */
}
