
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #000;
  color: #f8f9fa;
}
.navbar-nav .nav-link {
  color: #ccc !important;
}
.navbar-nav .nav-link:hover {
  color: #fff !important;
  text-decoration: underline;
}
.gallery-container {
  overflow-x: auto;
  white-space: nowrap;
  padding: 1rem 0;
}
.gallery-container img {
  height: 300px;
  margin-right: 10px;
  border-radius: 6px;
}
    