.main_content {
  display: flex;
  /* align-items: center; */
  height: 65vh;
}

.carousel .legend {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.left-pane {
  margin: 1rem;
  width: 50%;
  height: 98%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-pane-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.right-pane {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  margin: 1rem;
}

.box {
  padding: 1.3vw;
  border-radius: 5px;
  background-color: rgba(45, 45, 48);
  border: 1px solid rgb(201, 110, 26);
  box-shadow: 0px 0px 20px 1px rgba(255, 255, 255, 0.062);
}
.box h2 {
  font-size: 1vw;
}
.box p {
  font-size: 0.7vw;
}
.box button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: rgb(201, 110, 26);
  color: white;
  cursor: pointer;
  font-size: 1rem;
}
.timeline {
  /* border-top: rgb(201, 110, 26) 1px solid; */
  padding-bottom: 0.6rem;
  border-bottom: rgb(201, 110, 26) 1px solid;
}
.carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tabs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-grow: 1; */
}

.tab {
  flex: 1 1 auto;
  border: 1px solid rgb(201, 110, 26);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-right: 5px;
  font-size: 1rem;
  color: transparent; /* Make text invisible by default */
  padding: 5px;
  white-space: nowrap;
  max-width: 5px;
}

.tab.selected {
  color: rgb(201, 110, 26);
  font-weight: bold;
  max-width: fit-content;
}

.tab.adjacent {
  color: white;
  max-width: fit-content;
}

.carousel-button {
  background: none;
  border: none;
  font-size: 24px;
}

.carousel-button {
  color: white;
  border: none;
  padding: 10px;
  border-radius: 50%;
}
