style.css
body {
    background-image: url('images/NV-Black Cat.jpg');
    background-size: cover; /* Ensures the image covers the entire screen */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from tiling */
    background-attachment: fixed; /* Keeps the image fixed while scrolling */
               text-align: center;
        }

        h1 {
            color: white;
            font-family:verdana;
            font-size:260%;
            color:white;
            text-align:center;
        }

        h2 {
            color: white;
            font-family:verdana;
            font-size:100%;
            color:white;
            text-align:center; 
}