body {
    background-image: url("https://geekfiles.to/download/giga/background.gif");
    background-repeat: no-repeat;
    background-size: cover;      /* Scales image to cover the entire screen */
    background-position: center; /* Centers the image */
    background-attachment: fixed; /* Makes background stay fixed when scrolling */
}