body {
     font-family: Arial, sans-serif;
     text-align: center;
     color: white;
     background-image: url('image.png');
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     background-attachment: fixed;
     margin: 0;
     padding: 0;
     }
h1 {
     color: white;
     }