.wrap {
  height: 1000px;
  width: 100%;
  background-image: url("../Images/background3.jpg");
  position: fixed;
  z-index: -10;
  top: 0;
}
.team {
  width: 80%;
  margin: 0 auto;
}
figure {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: inline-block;
}
.content {
  width: 100%;
  background-color: rgba(121, 95, 99, 1);
  color: #e49d10;
  margin-top: 400px;
  padding-bottom: 200px;
  padding-top: 100px;
  opacity: 0.9;
}
.content a {
  position: relative;
  font-size: 30px;
  /*padding-left: 25px;*/
  font-family: 'Indie Flower', cursive;
  color: #e49d10;
  text-decoration: none;
  text-align: center;
  transition: 0.5s ease;
  padding-top: 45px;
}
figcaption {
  text-align: center;
  margin-bottom: 100px;
}
.img {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 25px;
  margin-top: 100px;
  height: 14em;
  border-radius: 50%;
}
.img:hover {
  opacity: 0.5;
  transition: 0.5s;
}
a:hover {
  transform: scale(1.2);
}
.title {
  margin-top: 300px;
}
