body{
    background-color: #1d1d1d;
}
body {
  /* Specify the location of your image */
  background-image: url('../images/ocean-waves.jfif');

  /* Prevent the image from repeating like a grid */
  background-repeat: no-repeat;

  /* Scale the image to cover the entire browser window */
  background-size: cover;

  /* Keep the image perfectly centered */
  background-position: center;

  /* Keep the background fixed in place while scrolling */
  background-attachment: fixed;
}
