html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 100px;
}

/* Ensure table text is visible on dark background */
.table th, .table td {
  color: #ffffff !important; /* Makes text white for visibility */
}

/* Optional: Add border color for better visibility */
.table {
  border-color: #555 !important;
}

body {
  background-color: #121212;
  color: #e0e0e0;
}

.navbar {
  background-color: #1c1c1c !important;
}

.navbar-brand, .nav-link {
  color: #ffffff !important;
}

.nav-link:hover {
  color: #f39c12 !important;
}

.carousel-img {
  max-height: 500px;
  object-fit: cover;
}

.footer {
  background-color: #1c1c1c;
  color: #e0e0e0;
  padding: 20px 0;
}
