body {
  margin: 0;
  font-family: 'DotGothic16', sans-serif;
  background-image: url(https://neocities.org/site_thumbnails/54/72/slugsinrugs/download%20(35).jpg.210x158.webp);  /* Replace with the actual file name and path */
  background-size: cover;  /* This ensures the image covers the entire background */
  background-position: center;  /* Centers the image */
  
}