body {
  background-image: url("https://static.vecteezy.com/system/resources/previews/033/226/881/large_2x/sandwich-bread-square-slices-isolated-supermarket-bread-for-toasts-soft-white-sliced-bread-sweet-sandwich-loaf-pieces-on-white-background-top-view-photo.jpg");
  background-repeat: no-repeat; /* Prevents the image from tiling */
  background-position: center; /* Centers the image on the screen */
  background-size: cover; /* Scales the image to cover the entire container while preserving its aspect ratio */
  background-attachment: fixed; /* Keeps the background image fixed in place when the user scrolls */
}