#title {
  color: #01015e !important;
}

#carouselTeam {
  margin: auto;
  width: 35%;
}

#carouselTeam h3 {
  margin-top: 6px;
  text-align: center;
  color: #01015e;
  border: 3px solid #01015e;
  border-radius: 6px 6px 6px 6px;
}

#team {
  margin: auto;
  display: flex;
}

#team div {
  margin: 2%;
}

#team h3 {
  margin-top: 6px;
  text-align: center;
  color: #01015e;
  border: 3px solid #01015e;
  border-radius: 6px 6px 6px 6px;
}