.carousel {
  display: flex;
  justify-content: center;
  position: relative;
  width: 50%;
  overflow: hidden;
  margin: auto; /* Center the carousel horizontally */
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
  min-width: 10%; /* Adjust this value based on the number of visible items */
  box-sizing: border-box;
  padding: 10px;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}



	        .description {
            color: #002395;
            font-family: Arial, sans-serif;
            text-align: center;
			font-weight: bold;
			
			
            text-decoration: none;
        }
        .image-container {
            display: inline-block;
            margin: 15px;
            
        }
        a {
            text-decoration: none;
			text-align: center;
            color: inherit;
        }
	  .pdf-container {
      display: flex;
	  text-align: center;
      justify-content: center;
      align-items: center;
      width: 50%;
      height: 700px;
      border: 1px solid #ccc;
    }
	
	