/* Background image for the page */
body {
  background-color: #f5f5f5;
  /* Replace the path below with your image path (relative or absolute) */
  background-image: url("image/sol.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
