body {
  /*background: url('/images/system/astronaut.webp');*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #2f2f2f;
  height: 100%;
  margin: 0;
  color: white;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Upewnij się, że nawigacja jest na wierzchu innych elementów */
}

