body {
    background-image: url("https://pixelbank.neocities.org/bg/46.gif");
    background-repeat: repeat; /* Prevents the image from repeating */
    background-size: cover;       /* Scales the image to cover the entire container */
    background-position: center;  /* Centers the image in the container */
    background-attachment: fixed; /* Makes the background image stay put when scrolling */
}

h1 {
    color: white; /* Ensures text is readable over the image */
    text-align: center;
    padding-top: 100px;
}
