@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Nunito&display=swap");

* {
  font-family: "Nunito", sans-serif;
}

.shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}
.profile-card .profile-card_social {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.main-content {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 60px;
  background-color: rgb(252, 168, 112);
  border-radius: 20px;
  margin: 40px;
  color: #a444ff;
  font-weight: bold;
  align-items: center;
  text-align: justify;
}
.h8 {
  font-weight: bolder;
  color: rgb(90, 90, 97);
  font-size: 21px;
}
.team {
  background-color: rgb(255, 255, 255);
  text-align: center;
  font-weight: bold;
}
