body {
  background-image: url(/images/bgtest3.png); /* The path to your image */
  background-color: #cccccc; /* A fallback color while the image loads */
  background-position: top; /* Center the image on the page */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the image to cover the entire page */
  background-attachment: fixed; /* Keep the background fixed during scrolling */
}


.nav-item .item-101 li a {
    padding-left: 0;
    padding-right: 0;
    /* Or: padding: 0 5px !important; for small gaps */
}
