body {
    background-color: rgb(206, 206, 206);
}
.topBar {
    background-color: rgb(102, 102, 102);
}

#carouselExampleIndicators {
    max-width: 800px; /* Set the max width */
    margin: 0 auto;   /* Center the carousel */
}

.carousel-item img {
    max-height: 400px; /* Set the max height */
    object-fit: cover; /* Ensure the image covers the area without distortion */
}
.navbar .nav-link {
  color: #000; /* Change link color to black or any other color you prefer */
  text-decoration: none; /* Removes underline */
}

.navbar .nav-link:hover {
  color: #007bff; /* Optional: Change the hover color to blue or any other color */
  text-decoration: none; /* Optional: Remove underline on hover */
}
