body {
  font-family: VazirMedium;
//  background: #ddb27f;
  height: 100vh;
 // background: -moz-linear-gradient(-45deg, #7db9e8 0%, #2989d8 41%, #207cca 69%, #207cca 69%, #1e5799 100%);
//  background: -webkit-linear-gradient(-45deg, #7db9e8 0%, #2989d8 41%, #207cca 69%, #207cca 69%, #1e5799 100%);
 // background: linear-gradient(135deg, #7db9e8 0%, #2989d8 41%, #207cca 69%, #207cca 69%, #1e5799 100%);
    height: 100vh;
    background: #000000;
}


@font-face {
    font-family: VazirMedium;
    src: url(//index_files/VazirMedium.ttf);
}


.list--unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list--inline {
  display: inline;
}

.link {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 300ms linear;
  display: inline-block;
}

.link2 {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 300ms linear;
  display: inline-block;
}

.link:hover {
  color: #ddb27f;
  -webkit-transform: scale(1.1);
}

.link2:hover {
  color: #ddb27f;
  -webkit-transform: scale(1.1);
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar {
  position: relative;
}
.avatar__photo {
  position: absolute;
  z-index: 100;
  height: 140px;
  width: 140px;
  top: -12px;
  left: 124px;
  border-radius: 100%;
  border: 6px solid #7d213a;
}

.box {
  position: relative;
  top: 150px;
  height: 150px;
  width: 400px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.box:before {
  content: "";
  position: absolute;
  top: -110px;
  left: 100px;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  box-shadow: 0px 0px 0px 200px #ddb27f;
}
.box__content {
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  width: 400px;
  height: 500px;
  top: 250px;
  padding: 0px 20px;
  margin: auto;
  background: #111111;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.5);
}
.box__person-name {
  font-family: VazirMedium;
  font-size: 2em;
  line-height: 1em;
    color: #fff;
}
.box__person-bio {
  font-family: VazirMedium;
  font-size: 19px;
  font-weight: 500;
  line-height: 0.5em;
    color: #7d213a;
}

.social {
  padding-top: 0px;
}
.social h3 {
  font-family: VazirMedium;
  font-size: 3em;
  line-height: 0.1em;
}
.social li {
  box-sizing: border-box;
  font-size: 2.5em;
  padding: 0 10px;
  line-height: 0.1em;
}
.social li img {
    height: 70px;
}
a.link p {
    font-size: 19px;
    font-family: VazirMedium;
}