body {
  background-image: url('images/s-l1200.jpg'); /* replace with your image URL or file path */
  background-size: cover; /* makes the image cover the entire page */
  
}

h1 {
  font-family: Fantasy;
  background-color: white;
  Border: ridge;
  border-color: Black;
  
}

